ソースを参照

Update main-content.vue

修改tab时 清空路由传参的bug
云声 6 年 前
コミット
762bd7038a
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/views/main-content.vue

+ 1 - 1
src/views/main-content.vue

@ -79,7 +79,7 @@
79 79
      selectedTabHandle (tab) {
80 80
        tab = this.mainTabs.filter(item => item.name === tab.name)
81 81
        if (tab.length >= 1) {
82
          this.$router.push({ name: tab[0].name })
82
          this.$router.push({ name: tab[0].name, query: tab[0].query, params: tab[0].params })
83 83
        }
84 84
      },
85 85
      // tabs, 删除tab