核酸图片 放开注释

This commit is contained in:
liuye
2022-10-10 10:23:33 +08:00
parent 006918619c
commit 6f5f17ecfa
14 changed files with 1127 additions and 245 deletions

View File

@@ -172,7 +172,7 @@ export default {
})
},
getTotal() {
this.$http.post(`/app/appepidemicpreventionregisterinfo/listStatistics?areaId=${this.areaId}`).then((res) => {
this.$http.post(`/app/appepidemicpreventionregisterinfo/listStatistics?areaId=${this.areaId}&infoType=0`).then((res) => {
if (res.code == 0) {
this.totalInfo = res.data
}