fix: 修复删除chart后下方顶上来的图不加载的问题
This commit is contained in:
@@ -332,6 +332,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
this.$refs.chartList.loadChartData(this.scrollbarWrap.scrollTop);
|
||||
if(nextChart&&prevChart){ //删除图表为中间位置
|
||||
prevChart.next = nextChart.id;
|
||||
nextChart.prev = prevChart.id;
|
||||
|
||||
Reference in New Issue
Block a user