From bec33d7bb69818d4f8cf117e315de66c85ebf613 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期一, 16 十二月 2024 10:34:43 +0800
Subject: [PATCH] Merge branch 'test' of http://47.103.154.90:83/r/WI/Web.Admin.V1.0 into test

---
 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