From be4c17512fe93511c21939d594c843b9594b1549 Mon Sep 17 00:00:00 2001 From: feige <791364011@qq.com> Date: 星期四, 29 八月 2024 22:51:39 +0800 Subject: [PATCH] 修改成昵称登录了 --- ruoyi-ui/src/views/system/family/index.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/views/system/family/index.vue b/ruoyi-ui/src/views/system/family/index.vue index 23e196b..d3738a0 100644 --- a/ruoyi-ui/src/views/system/family/index.vue +++ b/ruoyi-ui/src/views/system/family/index.vue @@ -233,8 +233,9 @@ methods: { chongf(){ //alert(2) + let clanId = this.$store.state.user.clanId if(this.form.name!=""){ - findByFname(this.form.name).then(response => { + findByFname(this.form.name, clanId).then(response => { console.log(response.data) // alert(response.data!=null) if(response.data!=null) @@ -268,6 +269,7 @@ }, getAllUser(){ let clanId = this.$store.state.user.clanId + getAllInfo(clanId).then(response=>{ let fams = response.data let _this = this; @@ -288,6 +290,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