forked from github/dataease
fix: [Echarts动态排序图] 变更数据或配置后没从头开始赛跑
This commit is contained in:
parent
5cc8747e36
commit
943fc28549
@ -398,6 +398,8 @@ export default {
|
|||||||
this.myChart.on('finished', () => {
|
this.myChart.on('finished', () => {
|
||||||
this.loading = false
|
this.loading = false
|
||||||
})
|
})
|
||||||
|
|
||||||
|
this.currentIndex = 0;
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
loadThemeStyle() {
|
loadThemeStyle() {
|
||||||
|
Loading…
Reference in New Issue
Block a user