|
|
|
|
|
|
208
|
from.fullPath.includes(this.sortBy) ||
|
208
|
from.fullPath.includes(this.sortBy) ||
|
|
209
|
(!to.fullPath.includes(this.sortBy) && !from.fullPath.includes(this.sortBy))
|
209
|
(!to.fullPath.includes(this.sortBy) && !from.fullPath.includes(this.sortBy))
|
|
210
|
) {
|
210
|
) {
|
|
211
|
- const ignore = ['event', 'exhibition', 'post', 'artist']
|
|
|
|
|
|
211
|
+ const ignore = ['event', 'exhibition', 'post']
|
|
212
|
if(ignore.includes(this.type)) return
|
212
|
if(ignore.includes(this.type)) return
|
|
213
|
this.clearAndInitPostList()
|
213
|
this.clearAndInitPostList()
|
|
214
|
}
|
214
|
}
|