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