소스 검색

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: {
   computed: {
     exParams() {
     exParams() {
       return {
       return {
-        takerId: this.screenForm.manId,
-        status: this.screenForm.status
+        ...this.screenForm,
+        takerId: this.screenForm.manId, 
+        status: this.screenForm.status,
       }
       }
     }
     }
   },
   },