|
@@ -18,7 +18,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script setup>
|
|
|
-import { onActivated, ref } from 'vue'
|
|
|
+import { ref } from 'vue'
|
|
|
import { useAppStore } from '~src/store'
|
|
|
import { getStoreValue, setStoreValue } from '~src/utils/storage'
|
|
|
import { getObjValue } from 'js-fast-way'
|
|
@@ -39,11 +39,6 @@ const projectInfo = ref(store.getProjectInfo)
|
|
|
//自动展开缓存
|
|
|
const treeAutoExpandKeys = ref(getStoreValue('testTreeExpandKeys') || [])
|
|
|
|
|
|
-//渲染完成
|
|
|
-onActivated(() => {
|
|
|
-
|
|
|
-})
|
|
|
-
|
|
|
//树被点击
|
|
|
const treeInfo = ref({})
|
|
|
const wbsElTreeClick = ({ data, keys }) => {
|