hdy
2025-03-15 2cef83c808955a2ebbd0a047f73c81261a40ec51
billion-ui/src/views/tool/build/RightPanel.vue
@@ -771,7 +771,7 @@
    },
    remove(node, data) {
      const { parent } = node
      const children = parent.data.children || parent.data
      const children = parent.index.children || parent.index
      const index = children.findIndex(d => d.id === data.id)
      children.splice(index, 1)
    },