From 62278995e5dea51951f483b65c2cea0554109d1d Mon Sep 17 00:00:00 2001 From: zhangshuaibao <15731629597@163.com> Date: 星期四, 15 四月 2021 09:31:29 +0800 Subject: [PATCH] 更新 --- src/components/panel/topicSearch/GasWasteSearch.vue | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/components/panel/topicSearch/GasWasteSearch.vue b/src/components/panel/topicSearch/GasWasteSearch.vue index 443be7f..6a60695 100644 --- a/src/components/panel/topicSearch/GasWasteSearch.vue +++ b/src/components/panel/topicSearch/GasWasteSearch.vue @@ -163,6 +163,7 @@ }, // 寮圭獥灞曠ず async handleLocation (val) { + debugger console.log(val) const pos = [val.Latitude, val.Longitude] window.map.flyTo(pos, 11) @@ -189,10 +190,7 @@ endTime: ' 2020-04-07 15:13:20' } const ManualData = await mapApi.getWasteGasManualData(GasManualData) - console.log(ManualData) const Mondata = await mapApi.getWasteGasMonData(GasOnlinedata) - // console.log(Mondata) - // const result = await mapApi.getWasteGasDetails(dataValue) // 缁戝畾寮规瀹炰緥 this.instance && this.instance.closePopup() const PublicBounced = window.Vue.extend(publicBounced) -- Gitblit v1.8.0