浏览代码

Merge branch 'feature/bug分支' into develop

chenqilong 2 年之前
父节点
当前提交
57c4a55900
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      src/views/supply/deliver/commerce_list.vue
  2. 1 1
      src/views/supply/deliver/home_list.vue

+ 2 - 2
src/views/supply/deliver/commerce_list.vue

@@ -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) {

+ 1 - 1
src/views/supply/deliver/home_list.vue

@@ -172,7 +172,7 @@ export default {
         ...p[0],
         orderType: 2
       }
-      return invoiceListProjectV2Export(params)
+      return invoiceListProjectV2Export(params, p[1])
     },
     // 表格列解析渲染数据更改
     columnParsing(item, defaultData) {