管道基础大数据平台系统开发-【前端】-新系統界面
TreeWish
2023-02-16 8e44ce5a0c75861e5fdca999e3dc5b6f61faa585
src/views/Synthesis/LeftMenu.vue
@@ -377,7 +377,7 @@
      isContrastFlag: false,
      UndergroundMode: false,
      scaleLine: null,
      Excavation:false,
      Excavation: false,
    };
  },
  methods: {
@@ -923,7 +923,7 @@
          }
          break
        case "d13":
          if (this.Excavation ) {
          if (this.Excavation) {
            this.Excavation.destroy()
            this.Excavation = null
          } else {
@@ -1182,6 +1182,8 @@
    this.$store.state.showAllLayers = true;
    this.$store.state.layerMnage = false;
    this.$store.state.treeData = null;
    this.$store.state.checkedKeys = [];
    this.setCoverage('a1');
  },
};