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
},
getAsideValue(): any {
return this.asideValue
return this.asideValue || {}
},
getSearchValue(): any {
return this.searchValue

Loading…
Cancel
Save