admin
2025-02-10 110d303eb11f26382ebaf00aff060a97e5f779c8
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)
    },