From 292d91b71968b66bfdfd48dbfcf72c7a8290f62c Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期四, 15 四月 2021 09:41:14 +0800 Subject: [PATCH] 废气图标 --- src/components/BaseNav/PublicBounced/common/PublicChart.vue | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/src/components/BaseNav/PublicBounced/common/PublicChart.vue b/src/components/BaseNav/PublicBounced/common/PublicChart.vue index 0428a38..b7d1745 100644 --- a/src/components/BaseNav/PublicBounced/common/PublicChart.vue +++ b/src/components/BaseNav/PublicBounced/common/PublicChart.vue @@ -51,12 +51,6 @@ EChartsDateWasteWater, EChartsWasteWaterTable }, - mounted () { - this.$refs.Echatrs.CreateChart() - }, - updated () { - this.$refs.Echats.CreateChart() - }, data () { return { currentTab: this.current(), @@ -65,7 +59,7 @@ }, methods: { tabTaggle (taggleMenu, num) { - this.currentTab = this.current() + this.currentTab = taggleMenu this.active = num // debugger }, -- Gitblit v1.8.0