|
@@ -853,6 +853,8 @@ export default {
|
|
majorDataType: [], //内业资料类型
|
|
majorDataType: [], //内业资料类型
|
|
displayHierarchy: '', //显示层级
|
|
displayHierarchy: '', //显示层级
|
|
|
|
|
|
|
|
+ projectType:'',//工程类型
|
|
|
|
+ storageType:'',//储存类型
|
|
fileType:[],//文件类型
|
|
fileType:[],//文件类型
|
|
},
|
|
},
|
|
rules: {
|
|
rules: {
|
|
@@ -1328,7 +1330,9 @@ export default {
|
|
associationType: '', //关联类型
|
|
associationType: '', //关联类型
|
|
majorDataType: [], //内业资料类型
|
|
majorDataType: [], //内业资料类型
|
|
displayHierarchy: '', //显示层级
|
|
displayHierarchy: '', //显示层级
|
|
-
|
|
|
|
|
|
+
|
|
|
|
+ projectType:'',//工程类型
|
|
|
|
+ storageType:'',//储存类型
|
|
fileType:[],//文件类型
|
|
fileType:[],//文件类型
|
|
}
|
|
}
|
|
this.$refs.form.resetFields();
|
|
this.$refs.form.resetFields();
|
|
@@ -1410,6 +1414,7 @@ export default {
|
|
parentId: this.form.parentId, //上级节点id
|
|
parentId: this.form.parentId, //上级节点id
|
|
nodeName: this.form.nodeName, //节点名称
|
|
nodeName: this.form.nodeName, //节点名称
|
|
nodeType: this.form.nodeType, // 节点类型
|
|
nodeType: this.form.nodeType, // 节点类型
|
|
|
|
+ postType: this.form.postType, //岗位类型
|
|
associationType: this.form.associationType, //关联类型
|
|
associationType: this.form.associationType, //关联类型
|
|
majorDataType: this.form.majorDataType, //内业资料类型
|
|
majorDataType: this.form.majorDataType, //内业资料类型
|
|
displayHierarchy: this.form.displayHierarchy, //显示层级
|
|
displayHierarchy: this.form.displayHierarchy, //显示层级
|
|
@@ -1424,6 +1429,7 @@ export default {
|
|
parentId: this.form.parentId, //上级节点id
|
|
parentId: this.form.parentId, //上级节点id
|
|
nodeName: this.form.nodeName, //节点名称
|
|
nodeName: this.form.nodeName, //节点名称
|
|
nodeType: this.form.nodeType, // 节点类型
|
|
nodeType: this.form.nodeType, // 节点类型
|
|
|
|
+ postType: this.form.postType, //岗位类型
|
|
associationType: this.form.associationType, //关联类型
|
|
associationType: this.form.associationType, //关联类型
|
|
|
|
|
|
fileType:this.form.fileType,//文件类型
|
|
fileType:this.form.fileType,//文件类型
|
|
@@ -1436,6 +1442,7 @@ export default {
|
|
parentId: this.form.parentId, //上级节点id
|
|
parentId: this.form.parentId, //上级节点id
|
|
nodeName: this.form.nodeName, //节点名称
|
|
nodeName: this.form.nodeName, //节点名称
|
|
nodeType: this.form.nodeType, // 节点类型
|
|
nodeType: this.form.nodeType, // 节点类型
|
|
|
|
+ postType: this.form.postType, //岗位类型
|
|
associationType: this.form.associationType, //关联类型
|
|
associationType: this.form.associationType, //关联类型
|
|
|
|
|
|
projectType:this.form.projectType, //工程类型
|
|
projectType:this.form.projectType, //工程类型
|