mirror of https://github.com/apache/cloudstack.git
fix navigation back error (#6093)
This commit is contained in:
parent
401a89cf56
commit
4c3dbd541c
|
|
@ -139,18 +139,6 @@ export default {
|
|||
}
|
||||
})
|
||||
},
|
||||
watch: {
|
||||
'$route' (to, from) {
|
||||
if (to.fullPath !== from.fullPath && !to.fullPath.includes('action/')) {
|
||||
this.fetchData()
|
||||
}
|
||||
},
|
||||
'$i18n.global.locale' (to, from) {
|
||||
if (to !== from) {
|
||||
this.fetchData()
|
||||
}
|
||||
}
|
||||
},
|
||||
provide () {
|
||||
return {
|
||||
parentCloseAction: this.closeAction,
|
||||
|
|
|
|||
Loading…
Reference in New Issue