fix: 修复高级筛选搜索点击后报错bug #93

Merged
liushilong merged 1 commits from fix/search_bug into test 1 year ago

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