fix:endpoint 显示bug修改 以及修改 chart 参数

This commit is contained in:
zhangyu
2021-04-27 17:38:58 +08:00
parent 99402bac17
commit 06584204ae
42 changed files with 6164 additions and 1842 deletions

View File

@@ -276,7 +276,7 @@ export default {
this.rightBox.chart.show = true
},
addChartByTemp () {
this.chart = Object.assign({},this.blankChartTemp)
this.chart = Object.assign({}, this.blankChartTemp)
this.chart.panelId = this.showPanel.id
this.rightBox.chartTemp.show = true
},