forked from github/dataease
Merge pull request #3583 from dataease/pr@dev_eslint_auto_fix
Pr@dev eslint auto fix
This commit is contained in:
commit
095abfe064
@ -1856,7 +1856,9 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
setTitle(val) {
|
setTitle(val) {
|
||||||
this.chart.name = val
|
this.chart.name = val
|
||||||
|
this.chart.title = val
|
||||||
this.view.name = val
|
this.view.name = val
|
||||||
|
this.view.title = val
|
||||||
},
|
},
|
||||||
resetChartData() {
|
resetChartData() {
|
||||||
this.getChart(this.param.id)
|
this.getChart(this.param.id)
|
||||||
|
Loading…
Reference in New Issue
Block a user