From 52fbf7d0b49bc2dadb1a4f89b35864d1d80855e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Thu, 13 Jan 2022 13:55:47 +0800 Subject: [PATCH] 26706 --- src/apps/AppEpidemicSituation/Health.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {