代码优化

This commit is contained in:
dqjdda
2019-11-25 16:49:16 +08:00
parent fcc28fdd6f
commit 882dc03e3c
57 changed files with 594 additions and 2130 deletions

View File

@@ -158,7 +158,6 @@ export default {
this.delLoading = true
this.crudMethod.del(id).then(() => {
this.delLoading = false
console.log(this.$refs[id])
this.$refs[id].doClose()
this.dleChangePage()
this.delSuccessNotify()