duy 2 жил өмнө
parent
commit
2b41add2d0

+ 3 - 1
src/views/manager/archivetree.vue

@@ -372,6 +372,7 @@
               v-model="form.postType"
               placeholder="请选择岗位"
               style="width:400px;"
+              disabled
             >
               <el-option
                 v-for="item in JobTypeList"
@@ -384,6 +385,7 @@
           <el-form-item
             label="节点类型"
             prop="nodeType"
+         
           >
             <el-select
             
@@ -1274,7 +1276,7 @@ export default {
         this.display_hierarchy()//显示层级
       }
       this.form.postType = data.postType
-      this.form.nodeType=data.nodeType
+
       this.form.id = ''
       this.form.parentId = data.id
       if (this.filterText) {

+ 3 - 1
src/views/manager/projectinfo/archivetreeRule.vue

@@ -371,6 +371,7 @@
               v-model="form.postType"
               placeholder="请选择岗位"
               style="width:400px;"
+              disabled
             >
               <el-option
                 v-for="item in JobTypeList"
@@ -383,6 +384,7 @@
           <el-form-item
             label="节点类型"
             prop="nodeType"
+            
           >
             <el-select
            
@@ -1264,7 +1266,7 @@ export default {
         this.display_hierarchy()//显示层级
       }
       this.form.postType = data.postType
-      this.form.nodeType=data.nodeType
+     
       this.form.id = ''
       this.form.parentId = data.id
       if (this.filterText) {