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 }