From 00d3be75f1def3b68cd6354655a151f67faad30b Mon Sep 17 00:00:00 2001 From: limengnan <420004014@qq.com> Date: Wed, 7 May 2025 15:01:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=82=B9=E5=87=BB=E5=B7=A6?= =?UTF-8?q?=E4=BE=A7=E8=8F=9C=E5=8D=95=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/viewsnew/application/module/Leftmenu/index.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/core/core-frontend/src/viewsnew/application/module/Leftmenu/index.vue b/core/core-frontend/src/viewsnew/application/module/Leftmenu/index.vue index a5510bf..5f0e369 100644 --- a/core/core-frontend/src/viewsnew/application/module/Leftmenu/index.vue +++ b/core/core-frontend/src/viewsnew/application/module/Leftmenu/index.vue @@ -101,13 +101,9 @@ function handleDatasetName(){ // 关键字搜索 } const handleNodeClick = (data: any) => { // 树节点点击 - if(data.nodeType == '01'){ - }else{ - // data.id = '1097641013486424064' + if(data.node_type == '02'){ emit('handleNodeClick', data) - } - } function moreClic(event:any ,data:any){ // 更多操作 let element = document.getElementById("drag_main_area")