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) {