From e4e70f29e0142c4b3bc2ccb59be1e4246104050a Mon Sep 17 00:00:00 2001 From: chenyabin <Chenab123!> Date: 星期四, 13 五月 2021 16:28:56 +0800 Subject: [PATCH] 搜索 企业应急图片修改与图层控制联动。 --- src/components/panel/topicSearch/SewersSearch.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/components/panel/topicSearch/SewersSearch.vue b/src/components/panel/topicSearch/SewersSearch.vue index 2431ff5..b2f1dde 100644 --- a/src/components/panel/topicSearch/SewersSearch.vue +++ b/src/components/panel/topicSearch/SewersSearch.vue @@ -162,6 +162,8 @@ } }, handleLocation (val, index) { + console.log(val) + // console.log(val) this.activeNum = index // layer && layer.openPopup() window.layerFactory.flyByFeature(val, this.form.dataType.code) -- Gitblit v1.8.0