hdy
2025-03-07 31960ffca93463cf4f6d417576c8694aed84138e
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)
    },