From fe0886d122aa27f34213e02ba5142d173f7ead80 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Tue, 15 Feb 2022 19:01:26 +0800 Subject: [PATCH] v3.4.0 Update copyright --- yudao-ui-admin/src/layout/components/TagsView/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yudao-ui-admin/src/layout/components/TagsView/index.vue b/yudao-ui-admin/src/layout/components/TagsView/index.vue index bc6ce188a..d1e059ea9 100644 --- a/yudao-ui-admin/src/layout/components/TagsView/index.vue +++ b/yudao-ui-admin/src/layout/components/TagsView/index.vue @@ -153,7 +153,7 @@ export default { }) }, closeOthersTags() { - this.$router.push(this.selectedTag) + this.$router.push(this.selectedTag).catch(()=>{}); this.$store.dispatch('tagsView/delOthersViews', this.selectedTag).then(() => { this.moveToCurrentTag() })