This commit is contained in:
yanran200730
2022-02-25 14:35:48 +08:00
parent 769e12aac1
commit c5fa3901e1

View File

@@ -149,7 +149,8 @@
this.instance.post(`/app/appresident/list`, null, { this.instance.post(`/app/appresident/list`, null, {
params: { params: {
...this.search, ...this.search,
areaId: this.areaId areaId: this.areaId,
source: 1
} }
}).then(res => { }).then(res => {
if (res.code == 0) { if (res.code == 0) {