Echarts渲染不出数据 瞄小懒 2023-03-25 285 阅读1分钟 watch: { totalSum: { deep: true, handler(newValue){ this.myEcharts() } } } totalSum: [ ] // 环形图的数组 或者 mounted( ){ setTimeout(( ) => { this.myEcharts() }, 500) }