From dfcd786f53f409f1e0d03a48c29233a0090a11b9 Mon Sep 17 00:00:00 2001 From: buvta <12312540+buvta@users.noreply.github.com> Date: Tue, 15 Dec 2020 16:24:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=94=B6=E8=97=8F=E6=89=B9=E9=87=8F?= =?UTF-8?q?=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Star.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Star.vue b/src/components/Star.vue index a66cf68..80b5470 100644 --- a/src/components/Star.vue +++ b/src/components/Star.vue @@ -257,7 +257,7 @@ export default { this.multipleSelection = rows }, removeSelectedItems () { - if (!this.multipleSelection.length) this.multipleSelection = this.history + if (!this.multipleSelection.length) this.multipleSelection = this.list this.multipleSelection.forEach(e => star.remove(e.id)) this.getFavorites() this.updateDatabase()