From 6bfeb9fcd81a7ea8408b8b49291bad3a1ac495de Mon Sep 17 00:00:00 2001 From: buvta <12312540+buvta@users.noreply.github.com> Date: Fri, 22 Jan 2021 19:00:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8E=86=E5=8F=B2=E6=B8=85?= =?UTF-8?q?=E7=A9=BA=E6=8C=89=E9=92=AE=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/History.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/History.vue b/src/components/History.vue index c4fe6d1..bda8646 100644 --- a/src/components/History.vue +++ b/src/components/History.vue @@ -211,6 +211,7 @@ export default { removeSelectedItems () { if (!this.multipleSelection.length) this.multipleSelection = this.history this.multipleSelection.forEach(e => history.remove(e.id)) + this.multipleSelection = [] this.getAllhistory() this.updateDatabase() },