地区搜索

This commit is contained in:
花有清香月有阴
2022-01-12 11:08:51 +08:00
parent 7857c42e03
commit 3f2dae4e75

View File

@@ -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) {