From e5f105b1acb3c63df8aac97ce1c67ad070c0de2d Mon Sep 17 00:00:00 2001
From: wangqi <magical1908@outlook.com>
Date: 星期四, 15 四月 2021 11:03:21 +0800
Subject: [PATCH] 废气图标

---
 src/components/BaseNav/PublicBounced/PublicBounced.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/components/BaseNav/PublicBounced/PublicBounced.vue b/src/components/BaseNav/PublicBounced/PublicBounced.vue
index 787f244..40c6d5a 100644
--- a/src/components/BaseNav/PublicBounced/PublicBounced.vue
+++ b/src/components/BaseNav/PublicBounced/PublicBounced.vue
@@ -59,9 +59,9 @@
       ManualData: []
     }
   },
-  beforeUpdate () {
-    this.$refs.PublicChart.$refs.Echats.CreateChart()
-    this.$refs.PublicChart.$refs.Echats.effChartShow()
+  destoryed () {
+    this.$refs.PublicChart.$refs.Echats.DrawEXHRealTimeDateChart()
+    this.$refs.PublicChart.$refs.Echats.DrawRealTimeDateChart()
   },
   methods: {
     closePopup () {
@@ -102,7 +102,7 @@
 .public-bounced {
   z-index: 2000;
   position: absolute;
-  top: 15%;
+  top: 35%;
   left: 20%;
 
   .public-bounced-title {

--
Gitblit v1.8.0