This commit is contained in:
zds
2022-08-05 08:33:18 +08:00
parent 68ef98fdeb
commit a332e0ac91
3 changed files with 11 additions and 1 deletions

View File

@@ -303,8 +303,9 @@ export default {
this.crud.notify('操作成功!')
this.crud.loading = false
this.querytable()
}).catch(() => {
this.crud.loading = false
})
this.crud.loading = false
},
querytable() {
this.crud.toQuery()