mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 22:41:06 +08:00
fix: 视图修改名称 切换图表类型bug
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user