src/components/BaseNav/PublicBounced/GasComponents/ECharts.vue
@@ -36,6 +36,7 @@ }, data () { return { watchData: [], dialogVisible: false } }, @@ -203,6 +204,8 @@ }, mounted () { this.drawChart() const dataWatch = JSON.parse(JSON.stringify(this.$attrs)) console.log(dataWatch) } } </script>