From ff7d4833fba266445fa57fd3998e6ce43bacc80a Mon Sep 17 00:00:00 2001
From: chenzeping <ChenZeping02609@163.com>
Date: 星期一, 29 三月 2021 15:43:02 +0800
Subject: [PATCH] 弹出框修改

---
 src/components/flueGas/flueGas.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/flueGas/flueGas.js b/src/components/flueGas/flueGas.js
index ab62d6a..1c816be 100644
--- a/src/components/flueGas/flueGas.js
+++ b/src/components/flueGas/flueGas.js
@@ -15,8 +15,8 @@
   }
 
   // 鑾峰彇鏁版嵁
-  requestData () {
-    FlueGas().then(res => {
+  requestData (data) {
+    FlueGas(data).then(res => {
       console.log(res)
       this.DrawFlueGasContent(res.Result.DataInfo)
     }).catch(err => {
@@ -75,7 +75,7 @@
         try {
           // console.log(e)
           this.EffectOfPulse(e.target.getLatLng())
-          this.FlueGasPopup.setDate(data[i])
+          this.FlueGasPopup.setData(data[i])
         } catch (error) {
           console.log(error)
         }

--
Gitblit v1.8.0