派生自 wuyushui/SewerAndRainNetwork

-
zhangshuaibao
2021-04-14 7b7421b05d66daef43bc675b3c227dd92bfd8d78
src/components/BaseNav/PublicBounced/common/PublicChart.vue
@@ -53,11 +53,9 @@
  },
  mounted () {
    this.$refs.Echatrs.CreateChart()
    this.$refs.Echatrs.effChartShow()
  },
  updated () {
    this.$refs.Echats.CreateChart()
    this.$refs.Echats.effChartShow()
  },
  data () {
    return {
@@ -67,7 +65,7 @@
  },
  methods: {
    tabTaggle (taggleMenu, num) {
      this.currentTab = taggleMenu
      this.currentTab = this.current()
      this.active = num
      // debugger
    },