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,