From 95e227f62bbe646aa144cd09470aa839effa851d Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 28 Apr 2022 15:12:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=BD=E5=8A=A0=E7=AD=9B=E9=80=89=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/pages/selectResident.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/pages/selectResident.vue b/src/components/pages/selectResident.vue index 6ce132bb..54e76835 100644 --- a/src/components/pages/selectResident.vue +++ b/src/components/pages/selectResident.vue @@ -57,12 +57,14 @@ export default { }, methods: { getList() { + let {householdName} = this.$route.query this.$http.post(`/app/appresident/list`, null, { params: { current: this.current, size: 20, areaId: this.user.areaId, - con: this.name + con: this.name, + householdName } }).then(res => { if (res?.data) {