This commit is contained in:
yanran200730
2022-10-10 17:10:15 +08:00
parent 8f73ddb063
commit 9b25a8fa0e
4 changed files with 69 additions and 52 deletions

View File

@@ -226,7 +226,8 @@
getTotalInfo () {
this.instance.post(`/app/appepidemicpreventionregisterinfo/listStatistics`, null, {
params: {
areaId: this.search.arriveAreaId
areaId: this.search.arriveAreaId,
infoType: 0
}
}).then(res => {
if (res.code == 0) {