fix navigation back error (#6093)

This commit is contained in:
Hoang Nguyen 2022-03-11 22:41:25 +07:00 committed by GitHub
parent 401a89cf56
commit 4c3dbd541c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 12 deletions

View File

@ -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,