地区搜索
This commit is contained in:
@@ -124,8 +124,7 @@ export default {
|
||||
})
|
||||
this.$http
|
||||
.post('/app/appepidemicreportmember/list', null, {
|
||||
params: { size: this.size, current: this.current, status: this.currentTabs == 1 ? '0' : '' },
|
||||
// areaId: this.areaId, status: this.currentTabs == 1 ? '0' : ''
|
||||
params: { size: this.size, current: this.current, status: this.currentTabs == 1 ? '0' : '', areaId: this.areaId, name: this.keyword },
|
||||
})
|
||||
.then((res) => {
|
||||
if (res?.data) {
|
||||
|
||||
Reference in New Issue
Block a user