NEZ-3494 fix: Explore Split 分割时,查询结果图表错位
This commit is contained in:
@@ -3774,8 +3774,8 @@ export default {
|
|||||||
lastHistory: [],
|
lastHistory: [],
|
||||||
showChart: false,
|
showChart: false,
|
||||||
showTable: false,
|
showTable: false,
|
||||||
uplotChartInfo: lineData,
|
uplotChartInfo: null,
|
||||||
uplotChartInfoLog: logData,
|
uplotChartInfoLog: null,
|
||||||
uplotChartData: [],
|
uplotChartData: [],
|
||||||
showAllData: false,
|
showAllData: false,
|
||||||
supplementaryData: [],
|
supplementaryData: [],
|
||||||
@@ -3783,6 +3783,10 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
async created () {
|
async created () {
|
||||||
|
this.uplotChartInfo = this.$lodash.cloneDeep(lineData)
|
||||||
|
this.uplotChartInfo.id += Date.now()
|
||||||
|
this.uplotChartInfoLog = this.$lodash.cloneDeep(logData)
|
||||||
|
this.uplotChartInfoLog.id += Date.now()
|
||||||
this.init()
|
this.init()
|
||||||
this.getPanelData()
|
this.getPanelData()
|
||||||
this.resetExpression()
|
this.resetExpression()
|
||||||
|
|||||||
Reference in New Issue
Block a user