瀏覽代碼

合同段

ZaiZai 10 月之前
父節點
當前提交
d823300894
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      src/views/manager/projectinfo/archivetreeRule.vue

+ 6 - 6
src/views/manager/projectinfo/archivetreeRule.vue

@@ -1322,8 +1322,8 @@ export default {
         this.form.projectType = res.data.projectType   //工程类型
         this.form.storageType = res.data.storageType   //储存类型
 
-        if(res.data.expDataType){
-          this.form.expDataTypes = res.data.expDataType.split(',')   //文件类型
+        if(res.data.contractTrialType){
+          this.form.expDataTypes = res.data.contractTrialType.split(',')   //文件类型
         }else{
           this.form.expDataTypes = [];
         }
@@ -1497,10 +1497,10 @@ export default {
                   nodeType: this.form.nodeType,  // 节点类型
                   postType: this.form.postType,  //岗位类型
                   associationType: this.form.associationType,  //关联类型
-                  expDataType:this.form.expDataTypes.join(','),//文件类型
-                  projectType:this.form.projectType, //工程类型
-                  storageType:this.form.storageType, //储存类型
-                  projectId:this.projectId,//项目id
+                  contractTrialType: this.form.expDataTypes.join(','),//文件类型
+                  projectType: this.form.projectType, //工程类型
+                  storageType: this.form.storageType, //储存类型
+                  projectId: this.projectId,//项目id
                   contractLogType: this.form.contractLogTypes.join(','),
                 })
               }else {