NEZ-1247 fix: Chart perview 时,前端显示时间范围与传参不一致

This commit is contained in:
zhangyu
2021-11-16 13:33:06 +08:00
parent 8c76cdcf11
commit 632db04db6

View File

@@ -358,6 +358,7 @@ export default {
},
initDialog () {
// 此时初始化才能获得screenShowArea对象否则此对象为undefined无法初始化图表
this.$refs.pickTime.$refs.timePicker.setCustomTime()
const chartType = this.chart.type
if (chartType === 'table') {
//