fix: 视图修改名称 切换图表类型bug

This commit is contained in:
dataeaseShu 2022-11-01 16:00:52 +08:00
parent 09d67c8952
commit 812ef6cdc9

View File

@ -1856,7 +1856,9 @@ export default {
methods: {
setTitle(val) {
this.chart.name = val
this.chart.title = val
this.view.name = val
this.view.title = val
},
resetChartData() {
this.getChart(this.param.id)