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

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

@@ -500,8 +500,10 @@ export default {
 
 
   computed: {
   computed: {
     exParams() {
     exParams() {
+      console.log(this.screenForm);
       return {
       return {
         ...this.screenForm,
         ...this.screenForm,
+        correspondId:this.screenForm.correspondId,
         takerId: this.screenForm.manId, 
         takerId: this.screenForm.manId, 
         status: this.screenForm.status,
         status: this.screenForm.status,
       }
       }