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