|
@@ -785,7 +785,7 @@
|
|
|
|
|
|
<script>
|
|
<script>
|
|
import ManualSorting from '@/components/WbsTree/ManualSorting'
|
|
import ManualSorting from '@/components/WbsTree/ManualSorting'
|
|
-import { lazyTree, dictionary, remove, archiveTreeSave, archiveTreeUpdate, archiveTreeDetail, archiveTreetree, submitDisplayConfigTree, getSameGradeNode, submitArchiveTreeSort } from "@/api/manager/archivetreecontract";
|
|
|
|
|
|
+import { lazyTree, dictionary, remove, archiveTreeSave, archiveTreeUpdate, archiveTreeDetail, archiveTreetree, submitDisplayConfigTree, getSameGradeNode, submitArchiveTreeSort } from "@/api/manager/archivetree";
|
|
import { getToken } from '@/util/auth';
|
|
import { getToken } from '@/util/auth';
|
|
import { roletree } from "@/api/system/role.js";
|
|
import { roletree } from "@/api/system/role.js";
|
|
// import logoVue from '../../page/index/logo.vue';
|
|
// import logoVue from '../../page/index/logo.vue';
|
|
@@ -977,7 +977,7 @@ export default {
|
|
value: 6
|
|
value: 6
|
|
},
|
|
},
|
|
],//
|
|
],//
|
|
-
|
|
|
|
|
|
+
|
|
fileTypeList:[
|
|
fileTypeList:[
|
|
{
|
|
{
|
|
label: '配合比',
|
|
label: '配合比',
|
|
@@ -1335,7 +1335,7 @@ export default {
|
|
associationType: '', //关联类型
|
|
associationType: '', //关联类型
|
|
majorDataType: [], //内业资料类型
|
|
majorDataType: [], //内业资料类型
|
|
displayHierarchy: '', //显示层级
|
|
displayHierarchy: '', //显示层级
|
|
-
|
|
|
|
|
|
+
|
|
projectType:'',//工程类型
|
|
projectType:'',//工程类型
|
|
storageType:'',//储存类型
|
|
storageType:'',//储存类型
|
|
expDataType:[],//文件类型
|
|
expDataType:[],//文件类型
|
|
@@ -1440,7 +1440,7 @@ export default {
|
|
nodeType: this.form.nodeType, // 节点类型
|
|
nodeType: this.form.nodeType, // 节点类型
|
|
postType: this.form.postType, //岗位类型
|
|
postType: this.form.postType, //岗位类型
|
|
associationType: this.form.associationType, //关联类型
|
|
associationType: this.form.associationType, //关联类型
|
|
-
|
|
|
|
|
|
+
|
|
expDataType:this.form.expDataType.join(','),//文件类型
|
|
expDataType:this.form.expDataType.join(','),//文件类型
|
|
projectType:this.form.projectType, //工程类型
|
|
projectType:this.form.projectType, //工程类型
|
|
storageType:this.form.storageType, //储存类型
|
|
storageType:this.form.storageType, //储存类型
|
|
@@ -1620,7 +1620,7 @@ export default {
|
|
},
|
|
},
|
|
created () {
|
|
created () {
|
|
this.token = 'bearer ' + getToken()
|
|
this.token = 'bearer ' + getToken()
|
|
-
|
|
|
|
|
|
+
|
|
this.projectId = this.$route.query.projectId;
|
|
this.projectId = this.$route.query.projectId;
|
|
|
|
|
|
this.archiveTreetree({
|
|
this.archiveTreetree({
|