浏览代码

fix: 搜索组件回显问题修复

zhangyuhan 4 年之前
父节点
当前提交
cbd729aee0
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      jydocs-pc/src/components/Search.vue

+ 3 - 1
jydocs-pc/src/components/Search.vue

@@ -59,7 +59,9 @@ export default {
               label: v
             }
           })
-          this.type = this.tabs[0].type
+          if (this.type === '') {
+            this.type = this.tabs[0].type
+          }
           sessionStorage.setItem('jy-docs-search-tags-pc', JSON.stringify(this.tabs))
         }
       })