From f23dddad10e5ec587a9597635c63f45080312711 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 20 Jan 2022 14:49:55 +0800 Subject: [PATCH] 26824 --- src/apps/AppGridManagement/FamilyList.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/apps/AppGridManagement/FamilyList.vue b/src/apps/AppGridManagement/FamilyList.vue index f9295102..c7cf38c5 100644 --- a/src/apps/AppGridManagement/FamilyList.vue +++ b/src/apps/AppGridManagement/FamilyList.vue @@ -48,7 +48,7 @@ export default { }, methods: { getList(){ - this.$http.post(`/app/appgirdmemberresident/listByGirdMember?current=${this.current}&girdMemberId=${this.userId}`).then((res) => { + this.$http.post(`/app/appgirdmemberresident/listByGirdMember?current=${this.current}&girdMemberId=${this.userId}&girdId=${this.girdId}`).then((res) => { if (res.code == 0) { this.list = this.current > 1 ? [...this.list, ...res.data.records] : res.data.records } @@ -93,7 +93,6 @@ export default { onLoad(option) { this.userId = option.id this.girdId = option.girdId - console.log(this.userId) }, onShow() { document.title = '责任家庭'