Merge pull request #6090 from ulleo/dev

fix: [Echarts动态排序图] 变更数据或配置后没从头开始赛跑
This commit is contained in:
ulleo
2023-09-08 16:00:43 +08:00
committed by GitHub

View File

@@ -398,6 +398,8 @@ export default {
this.myChart.on('finished', () => {
this.loading = false
})
this.currentIndex = 0;
})
},
loadThemeStyle() {