From 2f86d03a3a75feaf32fb44a0520dcca8057ac84e Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期三, 22 二月 2023 14:35:31 +0800 Subject: [PATCH] 综合展示分析样式修改 --- src/views/Tools/LayerTree.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/Tools/LayerTree.vue b/src/views/Tools/LayerTree.vue index d7217bc..396ca16 100644 --- a/src/views/Tools/LayerTree.vue +++ b/src/views/Tools/LayerTree.vue @@ -669,7 +669,7 @@ this.$store.state.treeData = this.treeData; this.$store.state.checkedKeys = this.$refs.tree.getCheckedKeys() }); - + if (this.$store.state.showAllLayers == true) { this.layersStart(); this.$store.state.showAllLayers = false; -- Gitblit v1.9.3