From 59e80a39400f37168027ca02526e9ea3d85680c7 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期二, 14 二月 2023 18:25:57 +0800 Subject: [PATCH] 综合展示样式修改 --- src/views/Synthesis/LeftMenu.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/Synthesis/LeftMenu.vue b/src/views/Synthesis/LeftMenu.vue index 7bf1a0a..a41aa50 100644 --- a/src/views/Synthesis/LeftMenu.vue +++ b/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'); }, }; -- Gitblit v1.9.3