v1.5 beta版发布,详细查看发行版说明

This commit is contained in:
郑杰
2019-01-20 19:34:40 +08:00
parent 5bb9c0a156
commit 45655e2bec
37 changed files with 634 additions and 293 deletions

View File

@@ -77,10 +77,8 @@ export default {
duration: 2500
})
this.loading = false
setTimeout(() => {
this.$parent.$parent.init()
this.$parent.$parent.getPermissions()
}, 200)
this.$parent.$parent.init()
this.$parent.$parent.getPermissions()
}).catch(err => {
this.loading = false
console.log(err.response.data.message)
@@ -95,10 +93,8 @@ export default {
duration: 2500
})
this.loading = false
setTimeout(() => {
this.sup_this.init()
this.sup_this.getPermissions()
}, 200)
this.sup_this.init()
this.sup_this.getPermissions()
}).catch(err => {
this.loading = false
console.log(err.response.data.message)