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