This commit is contained in:
yanran200730
2022-03-04 17:08:55 +08:00
parent 6fc8928032
commit 192e143b5c

View File

@@ -121,7 +121,8 @@
this.instance.post(`/app/appvillagercircleinfo/list`, null, { this.instance.post(`/app/appvillagercircleinfo/list`, null, {
params: { params: {
...this.search, ...this.search,
areaId: this.areaId areaId: this.areaId,
createTimeEnd: this.search.createTimeEnd ? this.search.createTimeEnd + ' 23:59:59' : ''
} }
}).then(res => { }).then(res => {
if (res.code == 0) { if (res.code == 0) {