fix:修复line-chart 的时间重复计算导致时间显示错误的bug

This commit is contained in:
wangwenrui
2020-09-02 18:36:34 +08:00
parent 20f5887e86
commit bc43f04c1a
2 changed files with 5 additions and 4 deletions

View File

@@ -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) => {