hdy
5 天以前 51eb318f6df9ebc7d1ff47522e33b2ee7cea1ba8
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)
    },