修复运维管理的一些bug

This commit is contained in:
Elune
2019-12-21 21:31:52 +08:00
parent 2bc97e3158
commit 1e1705be50
5 changed files with 15 additions and 15 deletions

View File

@@ -86,7 +86,7 @@ export default {
methods: {
delMethod(id) {
this.delLoading = true
del(id).then(() => {
del([id]).then(() => {
this.delLoading = false
this.$refs[id].doClose()
this.crud.dleChangePage(1)