研发图纸文件管理系统-前端项目
fix: exception in single tab mode; :bug: #103
修复:单页签模式下的异常问问题;
1个文件已修改
4 ■■■ 已修改文件
src/layouts/tabs/TabsView.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/layouts/tabs/TabsView.vue
@@ -70,7 +70,9 @@
  },
  mounted () {
    this.correctPageMinHeight(-this.tabsOffset)
    this.cachedKeys.push(this.$refs.tabContent.$vnode.key)
    if(this.multiPage){
      this.cachedKeys.push(this.$refs.tabContent.$vnode.key)
    }
  },
  beforeDestroy() {
    window.removeEventListener('page:close', this.closePageListener)