From f0cf67e3f93bef082f2ca02139a7fe647b33e467 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期三, 15 三月 2023 18:52:02 +0800
Subject: [PATCH] 优化图层管理的折叠会折叠其它的面板;优化柱状图属性界面;优化WMS图层加载效果;优化资料馆上传的附件,前端显示不出来效果;综合展示拾取功能

---
 src/views/Tools/queryinfo.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/Tools/queryinfo.vue b/src/views/Tools/queryinfo.vue
index 24277e1..649848c 100644
--- a/src/views/Tools/queryinfo.vue
+++ b/src/views/Tools/queryinfo.vue
@@ -66,6 +66,7 @@
         console.log(item);
         return item.id === id;
       });
+      this.$store.state.showPopBoxFlag = false;
       let data = this.PopupData.splice(index, 1)[0];
       if (this.$store.state.pipelineEntity.length != 0) {
         for (var i in this.$store.state.pipelineEntity) {

--
Gitblit v1.9.3