From 59705d0b4a0299dabbbd3ea07e4c1d2c36f8c99b Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 27 May 2022 10:56:06 +0800 Subject: [PATCH] 29871 --- src/apps/AppCreditPoints/giveIntegral.vue | 2 +- src/components/pages/selectResident.vue | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/apps/AppCreditPoints/giveIntegral.vue b/src/apps/AppCreditPoints/giveIntegral.vue index 79378924..7a4acbf4 100644 --- a/src/apps/AppCreditPoints/giveIntegral.vue +++ b/src/apps/AppCreditPoints/giveIntegral.vue @@ -5,7 +5,7 @@ - + diff --git a/src/components/pages/selectResident.vue b/src/components/pages/selectResident.vue index 54e76835..7645b3c1 100644 --- a/src/components/pages/selectResident.vue +++ b/src/components/pages/selectResident.vue @@ -57,14 +57,16 @@ export default { }, methods: { getList() { - let {householdName} = this.$route.query + console.log(this.$route.query) + let {householdName, auditStatus} = this.$route.query this.$http.post(`/app/appresident/list`, null, { params: { current: this.current, size: 20, areaId: this.user.areaId, con: this.name, - householdName + householdName, + auditStatus: auditStatus || '' } }).then(res => { if (res?.data) {