From c2a6c53657baaf0830cd881e1a23a15af23ac6fa Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期四, 21 九月 2023 18:35:14 +0800 Subject: [PATCH] 代码更新 --- src/views/Tools/queryinfo.vue | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/views/Tools/queryinfo.vue b/src/views/Tools/queryinfo.vue index 349ff1a..da00c5d 100644 --- a/src/views/Tools/queryinfo.vue +++ b/src/views/Tools/queryinfo.vue @@ -8,11 +8,11 @@ maxHeight="400" @close="close(data.id)" left="calc(90% - 900px)" - top="calc(100% - 470px) " + top="calc(100% - 530px) " > <div> <div - style="width:940px;height:400px;" + style="width:940px;height:460px;" v-drag > <map-menu-pop v-if="$store.state.mapPopBoxFlag == '1'" /> @@ -123,7 +123,13 @@ ) window.histogramHandler = null } - + var entitys = Viewer.entities._entities._array; + for (var i = 0; i < entitys.length; i++) { + if (entitys[i]._name === "鍦拌川浣撴ā鍨�") { + Viewer.entities.remove(entitys[i]); + i--; + } + } this.$store.state.histLenged = false; }, // 鎵撳紑寮圭獥 -- Gitblit v1.9.3