mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 05:50:45 +08:00
Merge pull request #3583 from dataease/pr@dev_eslint_auto_fix
Pr@dev eslint auto fix
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