浏览代码

fix:仓库认证导出增加参数

zh 2 年之前
父节点
当前提交
1b4ef8c20a
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      src/views/supply/pickup/check.vue

+ 3 - 2
src/views/supply/pickup/check.vue

@@ -501,8 +501,9 @@ export default {
   computed: {
     exParams() {
       return {
-        takerId: this.screenForm.manId,
-        status: this.screenForm.status
+        ...this.screenForm,
+        takerId: this.screenForm.manId, 
+        status: this.screenForm.status,
       }
     }
   },