|
@@ -96,7 +96,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
getLastFilters() {
|
|
|
- const lastFilters = this.$storage.get(BIDDING_SEARCH_LAST_FILTERS_CACHE_KEY, false)
|
|
|
+ const lastFilters = this.$storage.get(BIDDING_SEARCH_LAST_FILTERS_CACHE_KEY, false, { login: true })
|
|
|
if (lastFilters) {
|
|
|
this.lastFilters = lastFilters
|
|
|
const card = this.formatFilterItems(lastFilters)
|