From 4c3dbd541c94bea77fdf61be28d72353dfdd25da Mon Sep 17 00:00:00 2001 From: Hoang Nguyen Date: Fri, 11 Mar 2022 22:41:25 +0700 Subject: [PATCH] fix navigation back error (#6093) --- ui/src/views/iam/DomainView.vue | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/ui/src/views/iam/DomainView.vue b/ui/src/views/iam/DomainView.vue index ef775e9e2a0..2b15d8b69de 100644 --- a/ui/src/views/iam/DomainView.vue +++ b/ui/src/views/iam/DomainView.vue @@ -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,