Преглед на файлове

!683 修复tab栏“关闭其他”异常的问题
Merge pull request !683 from 也曾为你像超人/N/A

若依 преди 2 години
родител
ревизия
5c4682e060
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      ruoyi-ui/src/layout/components/TagsView/index.vue

+ 1 - 1
ruoyi-ui/src/layout/components/TagsView/index.vue

@@ -182,7 +182,7 @@ export default {
       })
     },
     closeOthersTags() {
-      this.$router.push(this.selectedTag).catch(()=>{});
+      this.$router.push(this.selectedTag.fullPath).catch(()=>{});
       this.$tab.closeOtherPage(this.selectedTag).then(() => {
         this.moveToCurrentTag()
       })