工资统计导出接口调试

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() {
// this.download(
// '/bmw/workerLight/attExportByWorker',
// {
// ...this.attInfoQueryParams,
// },
// '.xlsx',
// )
this.download(
'/bmw/salaryStatistics/exportProStatisticsTable',
{},
'工程统计.xlsx',
)
},
//
async getProjectCountData() {

View File

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