This commit is contained in:
yanran200730
2022-01-12 17:38:22 +08:00
parent c685f3c081
commit cab34aa178

View File

@@ -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
}