fix:修复line-chart 的时间重复计算导致时间显示错误的bug
This commit is contained in:
@@ -849,6 +849,7 @@
|
||||
startTime = this.filter.start_time;
|
||||
endTime = this.filter.end_time;
|
||||
}
|
||||
|
||||
let step = bus.getStep(startTime, endTime);
|
||||
this.$nextTick(() => {
|
||||
const axiosArr = chartItem.elements.map((ele) => {
|
||||
|
||||
Reference in New Issue
Block a user