forked from github/dataease
fix: 视图修改名称 切换图表类型bug
This commit is contained in:
parent
09d67c8952
commit
812ef6cdc9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user