bug
This commit is contained in:
		| @@ -136,7 +136,7 @@ export default { | ||||
|   methods: { | ||||
|     getTotal() { | ||||
|       // var totalDepartmentId = this.totalDeptList.length ? this.totalDeptList[this.totalDeptList.length-1] : '' | ||||
|       this.instance.post(`/app/appmasssendingtaskbaidu/statistics1?areaId=${this.totalAreaId}`).then(res => { | ||||
|       this.instance.post(`/app/appmasssendingtaskbaidu/statistics1?areaId=${this.totalAreaId || ''}`).then(res => { | ||||
|         if (res?.data) { | ||||
|           console.log(res) | ||||
|           this.totalInfo = res.data | ||||
|   | ||||
		Reference in New Issue
	
	Block a user