From a69bdb807b6cfaa5caba610ead85c0c9360e6cfb Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期三, 14 四月 2021 20:01:15 +0800 Subject: [PATCH] 废气实时曲线 --- src/components/BaseNav/PublicBounced/PublicBounced.vue | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/components/BaseNav/PublicBounced/PublicBounced.vue b/src/components/BaseNav/PublicBounced/PublicBounced.vue index 8163759..8ccfd54 100644 --- a/src/components/BaseNav/PublicBounced/PublicBounced.vue +++ b/src/components/BaseNav/PublicBounced/PublicBounced.vue @@ -59,6 +59,10 @@ ManualData: [] } }, + destoryed () { + this.$refs.PublicChart.$refs.Echats.CreateChart() + this.$refs.PublicChart.$refs.Echats.effChartShow() + }, methods: { closePopup () { this.flag = false @@ -98,7 +102,7 @@ .public-bounced { z-index: 2000; position: absolute; - top: 15%; + top: 35%; left: 20%; .public-bounced-title { -- Gitblit v1.8.0