This commit is contained in:
yanran200730
2022-01-12 17:36:59 +08:00
parent 75840e02a4
commit c685f3c081

View File

@@ -189,11 +189,16 @@
this.$nextTick(() => { this.$nextTick(() => {
this.getList() this.getList()
this.getTotalInfo()
}) })
}, },
getTotalInfo () { getTotalInfo () {
this.instance.post(`/app/appepidemicbackhomerecord/statistic`).then(res => { this.instance.post(`/app/appepidemicbackhomerecord/statistic`, null, {
params: {
areaId: this.search.arriveAreaId
}
}).then(res => {
if (res.code == 0) { if (res.code == 0) {
this.info = res.data this.info = res.data
} }