This commit is contained in:
liuye
2022-01-13 14:41:10 +08:00
parent 8b55ce8193
commit 64b816b648
4 changed files with 468 additions and 135 deletions

View File

@@ -100,7 +100,7 @@ export default {
})
},
getTotal() {
this.$http.post(`/app/appepidemicbackhomerecord/statistic`).then((res) => {
this.$http.post(`/app/appepidemicbackhomerecord/statistic?areaId=${this.areaId}`).then((res) => {
if (res.code == 0) {
this.totalInfo = res.data
}