From 611b4e1bfe22cfc895a16925a0d87e84b8532ca8 Mon Sep 17 00:00:00 2001
From: jxdnsong <592566207@qq.com>
Date: Wed, 05 Apr 2023 02:33:08 +0800
Subject: [PATCH] 修复分局值班信息bug以及重点人员数量

---
 src/components/map/components/mapSearchPopup.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/components/map/components/mapSearchPopup.vue b/src/components/map/components/mapSearchPopup.vue
index 5397954..eb721ae 100644
--- a/src/components/map/components/mapSearchPopup.vue
+++ b/src/components/map/components/mapSearchPopup.vue
@@ -44,7 +44,6 @@
     },
 
     mounted () {
-
         if (this.getWidth() > 7000) {
             this.scaleDomFlag = true
         } else {

--
Gitblit v1.9.3