소스 검색

归档树节点编辑数据回显

gangyj 2 년 전
부모
커밋
10607750f0
2개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/views/manager/archivetree.vue
  2. 4 0
      src/views/manager/projectinfo/archivetreeRule.vue

+ 4 - 0
src/views/manager/archivetree.vue

@@ -1274,6 +1274,10 @@ export default {
         this.form.associationType = res.data.associationType   //关联类型
         this.form.majorDataType = res.data.majorDataType   //内业资料类型
         this.form.displayHierarchy = res.data.displayHierarchy   //显示层级
+        
+        this.form.projectType = res.data.projectType   //工程类型
+        this.form.storageType = res.data.storageType   //储存类型
+        this.form.fileType = res.data.fileType   //文件类型
       }
     },
     async archiveTreetree4 () {//全加载左侧树

+ 4 - 0
src/views/manager/projectinfo/archivetreeRule.vue

@@ -1277,6 +1277,10 @@ export default {
         this.form.associationType = res.data.associationType   //关联类型
         this.form.majorDataType = res.data.majorDataType   //内业资料类型
         this.form.displayHierarchy = res.data.displayHierarchy   //显示层级
+
+        this.form.projectType = res.data.projectType   //工程类型
+        this.form.storageType = res.data.storageType   //储存类型
+        this.form.fileType = res.data.fileType   //文件类型
       }
     },
     async archiveTreetree4 () {//全加载左侧树