BUG 29255
This commit is contained in:
@@ -136,7 +136,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
getResident() {
|
getResident() {
|
||||||
let {areaId} = this.form
|
let {areaId = this.user.info.areaId} = this.form
|
||||||
this.instance.post("/app/appresident/list", null, {
|
this.instance.post("/app/appresident/list", null, {
|
||||||
params: {householdName: 1, areaId, ...this.list, auditStatus: 1}
|
params: {householdName: 1, areaId, ...this.list, auditStatus: 1}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
|
|||||||
Reference in New Issue
Block a user