From 43af4903ffd20b241ea257bdbe45025790d4af2d Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 04 Dec 2023 16:04:52 +0800
Subject: [PATCH] 校区切换,左侧标签做处理

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

diff --git a/src/components/map/index.vue b/src/components/map/index.vue
index 8501a1e..c738bb9 100644
--- a/src/components/map/index.vue
+++ b/src/components/map/index.vue
@@ -160,6 +160,9 @@
 
                 this.$nextTick(() => {
                     this.$refs.leftNav.initialize(newData)
+                    this.$store.commit('SET_ARCNAVBARFLAG', false)
+                    this.$store.commit('SET_SEARCHPOPUPFLAG', false)
+                    this.$store.commit('SET_SEARCHPOPUPFLAG', false)
                 })
             }
         }

--
Gitblit v1.9.3