v1.5 beta版发布,详细查看发行版说明
This commit is contained in:
@@ -117,10 +117,8 @@ export default {
|
||||
duration: 2500
|
||||
})
|
||||
this.loading = false
|
||||
setTimeout(() => {
|
||||
this.$parent.$parent.init()
|
||||
this.$parent.$parent.getMenus()
|
||||
}, 200)
|
||||
this.$parent.$parent.init()
|
||||
this.$parent.$parent.getMenus()
|
||||
}).catch(err => {
|
||||
this.loading = false
|
||||
console.log(err.response.data.message)
|
||||
@@ -135,10 +133,8 @@ export default {
|
||||
duration: 2500
|
||||
})
|
||||
this.loading = false
|
||||
setTimeout(() => {
|
||||
this.sup_this.init()
|
||||
this.sup_this.getMenus()
|
||||
}, 200)
|
||||
this.sup_this.init()
|
||||
this.sup_this.getMenus()
|
||||
}).catch(err => {
|
||||
this.loading = false
|
||||
console.log(err.response.data.message)
|
||||
|
||||
Reference in New Issue
Block a user