26706
This commit is contained in:
@@ -137,7 +137,7 @@ export default {
|
||||
title: '加载数据中',
|
||||
})
|
||||
this.$http
|
||||
.post('/app/appepidemicreportmember/statistic')
|
||||
.post(`/app/appepidemicreportmember/statistic?areaId=${this.areaId}`)
|
||||
.then((res) => {
|
||||
if (res.code == 0) {
|
||||
this.userList = res.data
|
||||
@@ -160,6 +160,7 @@ export default {
|
||||
areaSelect(e) {
|
||||
this.areaId = e
|
||||
this.getList()
|
||||
this.getUserList()
|
||||
},
|
||||
|
||||
change(index) {
|
||||
|
||||
Reference in New Issue
Block a user