From b3e00f677518d8c0a5ad7d74c427af4abba810b6 Mon Sep 17 00:00:00 2001 From: feige <791364011@qq.com> Date: 星期六, 24 八月 2024 08:20:07 +0800 Subject: [PATCH] Merge branch 'master' of http://47.93.189.255:8099/r/zhangshi_app_web --- ruoyi-ui/src/views/system/family/index.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ruoyi-ui/src/views/system/family/index.vue b/ruoyi-ui/src/views/system/family/index.vue index 23e196b..1d5db73 100644 --- a/ruoyi-ui/src/views/system/family/index.vue +++ b/ruoyi-ui/src/views/system/family/index.vue @@ -268,6 +268,7 @@ }, getAllUser(){ let clanId = this.$store.state.user.clanId + getAllInfo(clanId).then(response=>{ let fams = response.data let _this = this; @@ -288,6 +289,7 @@ this.loading = true; let clanId = this.$store.state.user.clanId // alert(clanId) + //alert(clanId) this.queryParams.clanId = clanId; listFamily(this.queryParams).then(response => { console.log(response) -- Gitblit v1.9.1