diff --git a/src/apps/AppEpidemicSituation/Health.vue b/src/apps/AppEpidemicSituation/Health.vue index 29e96622..f9ef10c9 100644 --- a/src/apps/AppEpidemicSituation/Health.vue +++ b/src/apps/AppEpidemicSituation/Health.vue @@ -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) {