diff --git a/src/views/synthesize-query/wage-count/components/projectCount.vue b/src/views/synthesize-query/wage-count/components/projectCount.vue index 922dcaf..ece487f 100644 --- a/src/views/synthesize-query/wage-count/components/projectCount.vue +++ b/src/views/synthesize-query/wage-count/components/projectCount.vue @@ -170,13 +170,11 @@ export default { }, // 导出 handleExport() { - // this.download( - // '/bmw/workerLight/attExportByWorker', - // { - // ...this.attInfoQueryParams, - // }, - // '考勤信息.xlsx', - // ) + this.download( + '/bmw/salaryStatistics/exportProStatisticsTable', + {}, + '工程统计.xlsx', + ) }, // 获取工程统计列表 async getProjectCountData() { diff --git a/src/views/synthesize-query/wage-count/components/subCount.vue b/src/views/synthesize-query/wage-count/components/subCount.vue index 1dd8e3f..771b452 100644 --- a/src/views/synthesize-query/wage-count/components/subCount.vue +++ b/src/views/synthesize-query/wage-count/components/subCount.vue @@ -166,13 +166,11 @@ export default { }, // 导出 handleExport() { - // this.download( - // '/bmw/workerLight/attExportByWorker', - // { - // ...this.attInfoQueryParams, - // }, - // '考勤信息.xlsx', - // ) + this.download( + '/bmw/salaryStatistics/exportSalaryStatisticsSubTable', + {}, + '分包统计.xlsx', + ) }, // 获取分包统计列表 async getSubCountData() {