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

Loading…
Cancel
Save