From 999edd29f1ca3d1560693a0259650069d1b7e29b Mon Sep 17 00:00:00 2001 From: yangyin <18723093654@163.com> Date: 星期一, 16 十二月 2024 09:52:11 +0800 Subject: [PATCH] 工作流左侧树所有的场景都可以用 --- src/views/project/yw/dataManage/workFlowMgr/WorkFlowIndex.vue | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/src/views/project/yw/dataManage/workFlowMgr/WorkFlowIndex.vue b/src/views/project/yw/dataManage/workFlowMgr/WorkFlowIndex.vue index 302a572..c67c1ca 100644 --- a/src/views/project/yw/dataManage/workFlowMgr/WorkFlowIndex.vue +++ b/src/views/project/yw/dataManage/workFlowMgr/WorkFlowIndex.vue @@ -136,7 +136,6 @@ import { useCompRef } from '/@/utils/types'; import { convertListToTree, debounce, travelTree } from '/@/utils/util'; import { SupervisorPublished, supervisorPublishedMap } from '/@/views/project/yw/lowCode/sqlAmis/types'; -import { OptClassificationMap, classificationEnum } from '/@/views/types/metrics'; //#region ====================== 宸︿晶鏍戞暟鎹紝tree init ====================== const leftTreeRef = useCompRef(LeftTreeByMgr); const treeLoading = ref(false); @@ -196,9 +195,7 @@ const updateSampleListsAndGroupNames = (tree_Data, work_Data) => { let new_tree_Data = []; tree_Data.forEach((node, index) => { - if (node.group_type == OptClassificationMap[classificationEnum.Knowledge]) { - new_tree_Data.push(node); - } + new_tree_Data.push(node); }); // 涓烘瘡涓妭鐐瑰叧鑱斿伐浣滄祦鏁版嵁 new_tree_Data.forEach((node) => { -- Gitblit v1.9.3