From 51a71ffc28f134beeaa15dfb7ec70dfc7a1de7b2 Mon Sep 17 00:00:00 2001
From: wangqi <magical1908@outlook.com>
Date: 星期三, 14 四月 2021 12:49:46 +0800
Subject: [PATCH] table数据

---
 src/components/BaseNav/PublicBounced/common/PublicChart.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/components/BaseNav/PublicBounced/common/PublicChart.vue b/src/components/BaseNav/PublicBounced/common/PublicChart.vue
index 9ec7c62..0939e64 100644
--- a/src/components/BaseNav/PublicBounced/common/PublicChart.vue
+++ b/src/components/BaseNav/PublicBounced/common/PublicChart.vue
@@ -44,7 +44,7 @@
     EChartsHourWasteWater,
     EChartsTable
   },
-  mounted () {
+  updated () {
     this.$refs.Echats.CreateChart()
   },
   data () {
@@ -57,7 +57,6 @@
     tabTaggle (taggleMenu, num) {
       this.currentTab = taggleMenu
       this.active = num
-      this.currentTab = ''
       // debugger
     }
   }

--
Gitblit v1.8.0