From 98240a8e15dec2d2fb88b2c6eb1be684c7543e5e Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期四, 15 四月 2021 11:03:30 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- 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..40c6d5a 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.DrawEXHRealTimeDateChart() + this.$refs.PublicChart.$refs.Echats.DrawRealTimeDateChart() + }, 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