|
@@ -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) {
|