From 8e44ce5a0c75861e5fdca999e3dc5b6f61faa585 Mon Sep 17 00:00:00 2001 From: TreeWish <1131093754@qq.com> Date: 星期四, 16 二月 2023 09:42:06 +0800 Subject: [PATCH] Merge branch 'master' of http://103.85.165.99:8989/r/LFWEB_NEW --- 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