|
@@ -1406,6 +1406,7 @@ export default {
|
|
|
parentId: this.form.parentId, //上级节点id
|
|
|
nodeName: this.form.nodeName, //节点名称
|
|
|
nodeType: this.form.nodeType, // 节点类型
|
|
|
+ postType: this.form.postType, //岗位类型
|
|
|
associationType: this.form.associationType, //关联类型
|
|
|
majorDataType: this.form.majorDataType, //内业资料类型
|
|
|
displayHierarchy: this.form.displayHierarchy, //显示层级
|
|
@@ -1420,6 +1421,7 @@ export default {
|
|
|
parentId: this.form.parentId, //上级节点id
|
|
|
nodeName: this.form.nodeName, //节点名称
|
|
|
nodeType: this.form.nodeType, // 节点类型
|
|
|
+ postType: this.form.postType, //岗位类型
|
|
|
associationType: this.form.associationType, //关联类型
|
|
|
|
|
|
fileType:this.form.fileType,//文件类型
|
|
@@ -1432,6 +1434,7 @@ export default {
|
|
|
parentId: this.form.parentId, //上级节点id
|
|
|
nodeName: this.form.nodeName, //节点名称
|
|
|
nodeType: this.form.nodeType, // 节点类型
|
|
|
+ postType: this.form.postType, //岗位类型
|
|
|
associationType: this.form.associationType, //关联类型
|
|
|
|
|
|
projectType:this.form.projectType, //工程类型
|