From 93850b9aee34d3a66c2770a1eb0435ce104e772f Mon Sep 17 00:00:00 2001 From: chenyabin <Chenab123!> Date: 星期四, 15 四月 2021 15:20:44 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/develop' into develop --- src/components/BaseNav/PublicBounced/PublicBounced.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/BaseNav/PublicBounced/PublicBounced.vue b/src/components/BaseNav/PublicBounced/PublicBounced.vue index e3c7080..40c6d5a 100644 --- a/src/components/BaseNav/PublicBounced/PublicBounced.vue +++ b/src/components/BaseNav/PublicBounced/PublicBounced.vue @@ -59,8 +59,9 @@ ManualData: [] } }, - beforeUpdate () { - this.$refs.PublicChart.$refs.Echats.CreateChart() + destoryed () { + this.$refs.PublicChart.$refs.Echats.DrawEXHRealTimeDateChart() + this.$refs.PublicChart.$refs.Echats.DrawRealTimeDateChart() }, methods: { closePopup () { @@ -101,7 +102,7 @@ .public-bounced { z-index: 2000; position: absolute; - top: 15%; + top: 35%; left: 20%; .public-bounced-title { -- Gitblit v1.8.0