refactor(gui): update eslint rules

Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
This commit is contained in:
Pranav C
2021-07-19 16:40:49 +05:30
parent fa00be39b8
commit 59f55e4595
249 changed files with 2358 additions and 2353 deletions

View File

@@ -58,16 +58,16 @@ export default {
}),
computed: {
dialogShow: {
get () {
get() {
return this.value
},
set (val) {
set(val) {
this.$emit('input', val)
}
}
},
watch: {
async resolver (val) {
async resolver(val) {
try {
console.log('=============', this.functions)
this.code = JSON.parse(this.functions)[0]
@@ -86,7 +86,7 @@ export default {
}
},
methods: {
async saveCode () {
async saveCode() {
try {
this.progressbar = true
await this.$store.dispatch('sqlMgr/ActSqlOp', [{