From 8a5df88b22154b73647c79ccc1b82a01d1987b48 Mon Sep 17 00:00:00 2001
From: lixuliang <lixuliang_hd@126.com>
Date: 星期五, 10 十一月 2023 10:29:44 +0800
Subject: [PATCH] 修改系统title/企业弹框颜色/会议保障历史记录请求

---
 src/components/right/right-top.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/right/right-top.vue b/src/components/right/right-top.vue
index f8ea5a6..a89411d 100644
--- a/src/components/right/right-top.vue
+++ b/src/components/right/right-top.vue
@@ -793,7 +793,7 @@
       }
     });
     Bus.$on("showRangeBox", (layer, res) => {
-      this.kuangxuan();
+      this.rangeQuery();
     });
     Bus.$on("ShowFCFH", (data) => {
       if (this.isShowFCFH == data) {
@@ -825,7 +825,7 @@
     closefcfhBox() {
       this.isShowFCFH = false;
     },
-    kuangxuan() {
+    rangeQuery() {
       let layersData = this.$store.state.selectedLayers.filter((item) => {
         return (
           item.urls &&

--
Gitblit v1.9.3