From 31df0aa60d04ee9acae4f8da40723cfe8ce1d531 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 14 Jan 2022 17:09:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=B7=E5=8F=A3=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppGridManagement/AddFamily.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppGridManagement/AddFamily.vue b/src/apps/AppGridManagement/AddFamily.vue index 50a3b4a6..f8db615f 100644 --- a/src/apps/AppGridManagement/AddFamily.vue +++ b/src/apps/AppGridManagement/AddFamily.vue @@ -60,7 +60,7 @@ export default { computed: { ...mapState(['user']) }, methods: { getList(){ - this.$http.post(`/app/appresident/list?residentType=0&areaId=${this.areaId}&householdName=1¤t=${this.current}&con=${this.value}`).then((res) => { + this.$http.post(`/app/appresident/list?areaId=${this.areaId}&householdName=1¤t=${this.current}&con=${this.value}`).then((res) => { if (res.code == 0) { res.data.records.map((item) => { item.checked = false