Browse Source

归档树节点 岗位类型

gangyj 2 năm trước cách đây
mục cha
commit
0c3934a164

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

@@ -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, //工程类型

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

@@ -1410,6 +1410,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,  //显示层级
@@ -1424,6 +1425,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,//文件类型
@@ -1436,6 +1438,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, //工程类型