统计
This commit is contained in:
		| @@ -199,11 +199,16 @@ | |||||||
|  |  | ||||||
|         this.$nextTick(() => { |         this.$nextTick(() => { | ||||||
|           this.getList() |           this.getList() | ||||||
|  |           this.getTotalInfo() | ||||||
|         }) |         }) | ||||||
|       }, |       }, | ||||||
|  |  | ||||||
|       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) { |           if (res.code == 0) { | ||||||
|             this.info = res.data |             this.info = res.data | ||||||
|           } |           } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user