RuoYi
2023-04-05 d4bae9745cf3c0f6eae4b76a83fda28999f96bb2
修复tab栏”关闭其他“异常的问题
1 files modified
2 ■■■ changed files
ruoyi-ui/src/layout/components/TagsView/index.vue 2 ●●● patch | view | raw | blame | history
ruoyi-ui/src/layout/components/TagsView/index.vue
@@ -182,7 +182,7 @@
      })
    },
    closeOthersTags() {
      this.$router.push(this.selectedTag).catch(()=>{});
      this.$router.push(this.selectedTag.fullPath).catch(()=>{});
      this.$tab.closeOtherPage(this.selectedTag).then(() => {
        this.moveToCurrentTag()
      })