|
@@ -195,12 +195,12 @@ export default {
|
|
|
},
|
|
|
// 列表导出函数
|
|
|
// exportList: invoiceListProjectV2Export,
|
|
|
- exportList() {
|
|
|
+ exportList(...p) {
|
|
|
let params = {
|
|
|
...p[0],
|
|
|
orderType: 3
|
|
|
}
|
|
|
- return invoiceListProjectV2Export(params)
|
|
|
+ return invoiceListProjectV2Export(params, p[1])
|
|
|
},
|
|
|
// 表格列解析渲染数据更改
|
|
|
columnParsing(item, defaultData) {
|