工资统计导出接口调试
This commit is contained in:
parent
b4f112c235
commit
3e179d707c
|
|
@ -170,13 +170,11 @@ export default {
|
|||
},
|
||||
// 导出
|
||||
handleExport() {
|
||||
// this.download(
|
||||
// '/bmw/workerLight/attExportByWorker',
|
||||
// {
|
||||
// ...this.attInfoQueryParams,
|
||||
// },
|
||||
// '考勤信息.xlsx',
|
||||
// )
|
||||
this.download(
|
||||
'/bmw/salaryStatistics/exportProStatisticsTable',
|
||||
{},
|
||||
'工程统计.xlsx',
|
||||
)
|
||||
},
|
||||
// 获取工程统计列表
|
||||
async getProjectCountData() {
|
||||
|
|
|
|||
|
|
@ -166,13 +166,11 @@ export default {
|
|||
},
|
||||
// 导出
|
||||
handleExport() {
|
||||
// this.download(
|
||||
// '/bmw/workerLight/attExportByWorker',
|
||||
// {
|
||||
// ...this.attInfoQueryParams,
|
||||
// },
|
||||
// '考勤信息.xlsx',
|
||||
// )
|
||||
this.download(
|
||||
'/bmw/salaryStatistics/exportSalaryStatisticsSubTable',
|
||||
{},
|
||||
'分包统计.xlsx',
|
||||
)
|
||||
},
|
||||
// 获取分包统计列表
|
||||
async getSubCountData() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue