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