NEZ-1247 fix: Chart perview 时,前端显示时间范围与传参不一致
This commit is contained in:
@@ -358,6 +358,7 @@ export default {
|
|||||||
},
|
},
|
||||||
initDialog () {
|
initDialog () {
|
||||||
// 此时初始化,才能获得screenShowArea对象,否则此对象为undefined,无法初始化图表
|
// 此时初始化,才能获得screenShowArea对象,否则此对象为undefined,无法初始化图表
|
||||||
|
this.$refs.pickTime.$refs.timePicker.setCustomTime()
|
||||||
const chartType = this.chart.type
|
const chartType = this.chart.type
|
||||||
if (chartType === 'table') {
|
if (chartType === 'table') {
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user