BUG 29255

This commit is contained in:
2022-04-25 15:58:51 +08:00
parent 6fedce8dac
commit f4873d924f

View File

@@ -136,7 +136,8 @@ export default {
})
},
getResident() {
let {areaId = this.user.info.areaId} = this.form
let {areaId} = this.form
areaId = areaId || this.user.info.areaId
this.instance.post("/app/appresident/list", null, {
params: {householdName: 1, areaId, ...this.list, auditStatus: 1}
}).then(res => {