diff --git a/src/components/Film.vue b/src/components/Film.vue index 1a4c8a7..0ba8b98 100644 --- a/src/components/Film.vue +++ b/src/components/Film.vue @@ -518,6 +518,7 @@ export default { toggleViewMode () { if (this.showFind) { this.setting.searchViewMode = this.setting.searchViewMode === 'picture' ? 'table' : 'picture' + setTimeout(() => { if (this.$refs.filmSearchWaterfall) this.$refs.filmSearchWaterfall.refresh() }, 1000) } else { this.setting.view = this.setting.view === 'picture' ? 'table' : 'picture' }