From 41af42c7d30e9604f78c2973c39d0ff5e9e46ed1 Mon Sep 17 00:00:00 2001
From: YANGDL <114714267@qq.com>
Date: 星期三, 03 三月 2021 17:37:07 +0800
Subject: [PATCH] 修改专题搜索结果面板样式

---
 src/components/panel/topicSearch/SewersSearch.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/panel/topicSearch/SewersSearch.vue b/src/components/panel/topicSearch/SewersSearch.vue
index b761427..ba83a11 100644
--- a/src/components/panel/topicSearch/SewersSearch.vue
+++ b/src/components/panel/topicSearch/SewersSearch.vue
@@ -180,7 +180,7 @@
       console.log(val)
       const bound = this.L.geoJSON([val], {}).getBounds()
       console.log(bound)
-      this.$store.state.map.flyToBounds(bound)
+      this.$store.state.map.map.flyToBounds(bound)
     }
   }
 }

--
Gitblit v1.8.0