From 1dd00b949739f7119515d95f889b3fc020b2f19f Mon Sep 17 00:00:00 2001
From: wangqi <magical1908@outlook.com>
Date: 星期四, 15 四月 2021 16:40:06 +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