From cab34aa1787c2ab4d07205935b2901ad25c6685f Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 12 Jan 2022 17:38:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/3.0.0/AppHealthReport/components/List.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/3.0.0/AppHealthReport/components/List.vue b/packages/3.0.0/AppHealthReport/components/List.vue index 341488a2..ca079595 100644 --- a/packages/3.0.0/AppHealthReport/components/List.vue +++ b/packages/3.0.0/AppHealthReport/components/List.vue @@ -199,11 +199,16 @@ this.$nextTick(() => { this.getList() + this.getTotalInfo() }) }, getTotalInfo () { - this.instance.post(`/app/appepidemicreportmember/statistic`).then(res => { + this.instance.post(`/app/appepidemicreportmember/statistic`, null, { + params: { + areaId: this.search.areaId + } + }).then(res => { if (res.code == 0) { this.info = res.data }