Browse Source

关联构建编码

duy 1 month ago
parent
commit
933747dbc5
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/views/data-fill/components/linkData.vue

+ 0 - 2
src/views/data-fill/components/linkData.vue

@@ -190,9 +190,7 @@ const filterNode = (value, data) => {
 // 处理节点点击事件
 const handleNodeClick = (data) => {
     // 如果是叶子节点才允许选中
-    if (data.isLeaf) {
         selectedNodeId.value = data.id
-    }
 }
 
 // 确认关联