28039
This commit is contained in:
@@ -121,7 +121,8 @@
|
||||
this.instance.post(`/app/appvillagercircleinfo/list`, null, {
|
||||
params: {
|
||||
...this.search,
|
||||
areaId: this.areaId
|
||||
areaId: this.areaId,
|
||||
createTimeEnd: this.search.createTimeEnd ? this.search.createTimeEnd + ' 23:59:59' : ''
|
||||
}
|
||||
}).then(res => {
|
||||
if (res.code == 0) {
|
||||
|
||||
Reference in New Issue
Block a user