Эх сурвалжийг харах

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

zhangyuhan 4 жил өмнө
parent
commit
cbd729aee0

+ 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))
         }
       })