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

pull/93/head
刘释隆 1 year ago
parent 78bc0787d5
commit 0077860210

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