From 75caf8524a5934b16176764f8d56d77d11cd4d2c Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 04 Dec 2023 15:55:03 +0800
Subject: [PATCH] 校区切换处理---接口传参
---
src/components/map/index.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/components/map/index.vue b/src/components/map/index.vue
index 0b36d34..8501a1e 100644
--- a/src/components/map/index.vue
+++ b/src/components/map/index.vue
@@ -157,6 +157,10 @@
'layoutElement.campusValue': {
handler (newData) {
this.campusCut(newData)
+
+ this.$nextTick(() => {
+ this.$refs.leftNav.initialize(newData)
+ })
}
}
},
--
Gitblit v1.9.3