@@ -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))