Merge pull request #3583 from dataease/pr@dev_eslint_auto_fix

Pr@dev eslint auto fix
This commit is contained in:
dataeaseShu 2022-11-01 16:04:41 +08:00 committed by GitHub
commit 095abfe064
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)