管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-01-16 21ddc9ec1b1b76d2ce20e512328e65acaf1af2bf
src/components/catalogueTree copy.vue
@@ -121,7 +121,7 @@
      const children = parent.data.children || parent.data;
      const index = children.findIndex((d) => d.id === data.id);
      let res = children.splice(index, 1);
      console.log(this.flaten(res));
    },
    flaten(arr) {
      return arr.reduce((p, v, i) => {