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
commit 9dde032dc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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