From 4f52d276034ab3e0972bb00c493bb9019b26e8e9 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期二, 30 五月 2023 14:21:42 +0800
Subject: [PATCH] 修改图层加载项目后,点击图上不触发属性框;在线制图角度设置无效;空间查询,按管线设置缓冲区,界面无法操作;在线制图,发布管理预览地图内网不显示地图修改

---
 src/components/MapView/mapMenuTop.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/MapView/mapMenuTop.vue b/src/components/MapView/mapMenuTop.vue
index dd4cef5..cc7fff6 100644
--- a/src/components/MapView/mapMenuTop.vue
+++ b/src/components/MapView/mapMenuTop.vue
@@ -629,7 +629,7 @@
       this.treeChange = []
       this.layerTabe = []
       this.menuTopFrom.queryLayer = null
-      this.menuTopFrom.queryType = "rectangle"
+      this.menuTopFrom.queryType = ""
       this.$refs.tree.setCheckedKeys([])
       //娓呯┖鏍囩粯
       sgworld.Creator.SimpleGraphic.edit(false, { editProp: false })

--
Gitblit v1.9.3