From 606958fa51de78d58a8d247b8fb4a092a05ff67d Mon Sep 17 00:00:00 2001 From: zhangshuaibao <15731629597@163.com> Date: 星期四, 15 四月 2021 10:12:55 +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