派生自 wuyushui/SewerAndRainNetwork

zhangshuaibao
2021-04-07 5e3dad0ae62f237e515d0619cef479e05d836bc8
src/components/BaseNav/PublicBounced/GasComponents/ECharts.vue
@@ -34,6 +34,7 @@
  },
  data () {
    return {
      watchData: [],
      dialogVisible: false
    }
  },
@@ -201,6 +202,8 @@
  },
  mounted () {
    this.drawChart()
    const dataWatch = JSON.parse(JSON.stringify(this.$attrs))
    console.log(dataWatch)
  }
}
</script>