工资统计导出接口调试

This commit is contained in:
BianLzhaoMin 2025-10-13 16:43:11 +08:00
parent b4f112c235
commit 3e179d707c
2 changed files with 10 additions and 14 deletions

View File

@ -170,13 +170,11 @@ export default {
}, },
// //
handleExport() { handleExport() {
// this.download( this.download(
// '/bmw/workerLight/attExportByWorker', '/bmw/salaryStatistics/exportProStatisticsTable',
// { {},
// ...this.attInfoQueryParams, '工程统计.xlsx',
// }, )
// '.xlsx',
// )
}, },
// //
async getProjectCountData() { async getProjectCountData() {

View File

@ -166,13 +166,11 @@ export default {
}, },
// //
handleExport() { handleExport() {
// this.download( this.download(
// '/bmw/workerLight/attExportByWorker', '/bmw/salaryStatistics/exportSalaryStatisticsSubTable',
// { {},
// ...this.attInfoQueryParams, '分包统计.xlsx',
// }, )
// '.xlsx',
// )
}, },
// //
async getSubCountData() { async getSubCountData() {