hanbaoshan
2020-09-17 45abc1d097c88e3d9d5b4a7a71a2257cab9dd3ba
src/pages/visual/components/LeftNav.vue
@@ -213,10 +213,6 @@
    },
    closeTree() {
      this.TreeDataPool.showTreeBox = false;
      this.CategoryData.isShow = false;
      this.$nextTick(() => {
        this.CategoryData.isShow = true;
      });
    },
    addNode(event) {
      this.$refs.tree.addNode(event, { id: 0 });