From 165040872c259e41ea6216782f42bc3272d74510 Mon Sep 17 00:00:00 2001 From: buvta <12312540+buvta@users.noreply.github.com> Date: Tue, 8 Dec 2020 22:06:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=B7=A5=E5=85=B7=E6=A0=8F=E6=94=B6?= =?UTF-8?q?=E8=B5=B7=E6=97=B6=E9=87=8D=E7=BD=AEselectedArea?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Film.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Film.vue b/src/components/Film.vue index 4d2f958..4d512e6 100644 --- a/src/components/Film.vue +++ b/src/components/Film.vue @@ -430,6 +430,7 @@ export default { if (popperVisible === true) return if (!this.showToolbar) { this.sortKeyword = '' + this.selectedAreas = [] this.selectedYears.start = 0 this.selectedYears.end = new Date().getFullYear() }