BUG 29255

This commit is contained in:
2022-04-22 15:29:53 +08:00
parent 01e1bc3d7a
commit 3abcf75a3f

View File

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