From 2eb68ceaeac0d455cfe778465367421a27970129 Mon Sep 17 00:00:00 2001 From: ChenZeping02609 <chenzeping02609@163.com> Date: 星期四, 13 五月 2021 14:51:41 +0800 Subject: [PATCH] 企业应急 --- src/components/panel/topicSearch/GasWasteSearch.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/panel/topicSearch/GasWasteSearch.vue b/src/components/panel/topicSearch/GasWasteSearch.vue index 079e1e9..b4d485f 100644 --- a/src/components/panel/topicSearch/GasWasteSearch.vue +++ b/src/components/panel/topicSearch/GasWasteSearch.vue @@ -107,6 +107,7 @@ layer: window.map, L: window.L, gdVisible: true, + instance: null, list: [], total: 0, inareaTypeOptions: [], @@ -190,7 +191,7 @@ StoragePlaceId: val.StoragePlaceId } // 寮规鏍囬 - const title = val.Name + const title = val console.log(title) // 鍩烘湰淇℃伅 tabs const result = await mapApi.getWasteGas(dataValue) @@ -217,9 +218,9 @@ // document.body.removeChild(instance.$el) // 閫氳繃鏂规硶 鍚戠粦瀹氬脊妗嗕紶閫掓暟鎹� this.instance.setGasData(title, result.Result.DataInfo, Mondata.Result.DataInfo, ManualData.Result.DataInfo, 'feiqi') - console.log(title, result.Result.DataInfo, Mondata.Result.DataInfo, ManualData.Result.DataInfo) + // console.log(title, result.Result.DataInfo, Mondata.Result.DataInfo, ManualData.Result.DataInfo) // this.setPanTo(pos, 250) - }, 1000) + }, 100) console.log(t1) }, // 涓嶅悓绫诲瀷鍥剧墖鍔犺浇 -- Gitblit v1.8.0