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>