From dcea093a466fb6d8ded62de1c0953762b1acbd5f Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 17 Mar 2023 16:06:38 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/srs-police-affairs
---
src/views/activity/components/mapSearchBox.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/views/activity/components/mapSearchBox.vue b/src/views/activity/components/mapSearchBox.vue
index 32f1e5a..6286626 100644
--- a/src/views/activity/components/mapSearchBox.vue
+++ b/src/views/activity/components/mapSearchBox.vue
@@ -75,7 +75,9 @@
} else {
this.searchExtensivelyValBoxShow = true
this.isShowClearBtn = true
- this.getSearchExtensively('ebf48ecaa1fd436fa3d40c4600aa051f', '361100', this.searchExtensivelyValue)
+ this.$nextTick(()=>{
+ this.getSearchExtensively('ebf48ecaa1fd436fa3d40c4600aa051f', '361100', this.searchExtensivelyValue)
+ })
}
this.$EventBus.$emit('mapClearLayer', {
layerName: 'searchLayer',
--
Gitblit v1.9.3