xbot
This commit is contained in:
		| @@ -158,7 +158,7 @@ export default { | ||||
|   methods: { | ||||
|     getTotal() { | ||||
|       var totalDepartmentId = this.totalDeptList.length ? this.totalDeptList[this.totalDeptList.length-1] : '' | ||||
|       this.instance.post(`/app/appsessionarchivereportinfo/statistics1?departmentId=${totalDepartmentId}`).then(res => { | ||||
|       this.instance.post(`/app/appsessionarchivereportinfo/statistics1?deptFullId=${totalDepartmentId}`).then(res => { | ||||
|         if (res?.data) { | ||||
|           console.log(res) | ||||
|           this.totalInfo = res.data | ||||
| @@ -174,7 +174,7 @@ export default { | ||||
|       var departmentId = this.deptList.length ? this.deptList[this.deptList.length-1] : '' | ||||
|       this.instance.post('/app/appsessionarchivereportinfo/statistics2', null, { | ||||
|         params: { | ||||
|           departmentId, | ||||
|           deptFullId: departmentId, | ||||
|           type: this.type, | ||||
|           startTime: this.startTime, | ||||
|           endTime: this.endTime, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user