|
@@ -12,7 +12,14 @@
|
|
</div>
|
|
</div>
|
|
<div class="hc-tree-box">
|
|
<div class="hc-tree-box">
|
|
<el-scrollbar>
|
|
<el-scrollbar>
|
|
- <WbsTree :autoExpandKeys="treeAutoExpandKeys" :projectId="projectId" :contractId="contractId" isColor @nodeTap="wbsElTreeClick"/>
|
|
|
|
|
|
+ <!-- <WbsTree :autoExpandKeys="treeAutoExpandKeys" :projectId="projectId" :contractId="contractId" isColor @nodeTap="wbsElTreeClick"/> -->
|
|
|
|
+ <TestTree
|
|
|
|
+ :autoExpandKeys="treeAutoExpandKeys"
|
|
|
|
+ :projectId="projectId"
|
|
|
|
+ :wbsTempId="projectInfo?.referenceWbsTemplateIdTrial"
|
|
|
|
+ :wbsType="2"
|
|
|
|
+ :tenantId="userInfo?.tenant_id"
|
|
|
|
+ @nodeTap="wbsElTreeClick"/>
|
|
</el-scrollbar>
|
|
</el-scrollbar>
|
|
</div>
|
|
</div>
|
|
<!--左右拖动-->
|
|
<!--左右拖动-->
|
|
@@ -47,6 +54,7 @@
|
|
import {ref, watch, onMounted} from "vue";
|
|
import {ref, watch, onMounted} from "vue";
|
|
import {useAppStore} from "~src/store";
|
|
import {useAppStore} from "~src/store";
|
|
import WbsTree from "../../data-fill/components/WbsTree.vue"
|
|
import WbsTree from "../../data-fill/components/WbsTree.vue"
|
|
|
|
+import TestTree from "../material/components/TestTree.vue"
|
|
import {getStoreData, setStoreData} from '~src/utils/storage'
|
|
import {getStoreData, setStoreData} from '~src/utils/storage'
|
|
|
|
|
|
//变量
|
|
//变量
|