派生自 wuyushui/SewerAndRainNetwork

-
zhangshuaibao
2021-04-14 7b7421b05d66daef43bc675b3c227dd92bfd8d78
-
2个文件已修改
5 ■■■■■ 已修改文件
src/components/BaseNav/PublicBounced/PublicBounced.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/BaseNav/PublicBounced/common/PublicChart.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/BaseNav/PublicBounced/PublicBounced.vue
@@ -61,6 +61,7 @@
  },
  beforeUpdate () {
    this.$refs.PublicChart.$refs.Echats.CreateChart()
    this.$refs.PublicChart.$refs.Echats.effChartShow()
  },
  methods: {
    closePopup () {
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
    },