工资统计导出接口调试
This commit is contained in:
parent
b4f112c235
commit
3e179d707c
|
|
@ -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() {
|
||||||
|
|
|
||||||
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue