Merge pull request 'fix: 修复高级筛选搜索点击后报错bug' (#93) from fix/search_bug into test

Reviewed-on: #93
pull/94/head^2
刘释隆 1 year ago
commit 4efff23f9a

@ -34,7 +34,7 @@ export const useAsideConfigStore = defineStore({
return this.customConfig return this.customConfig
}, },
getAsideValue(): any { getAsideValue(): any {
return this.asideValue return this.asideValue || {}
}, },
getSearchValue(): any { getSearchValue(): any {
return this.searchValue return this.searchValue

Loading…
Cancel
Save