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