This commit is contained in:
花有清香月有阴
2022-01-13 13:55:47 +08:00
parent be0dc11cbc
commit 52fbf7d0b4

View File

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