From 49946d37a1de7ef76e039548ad7c5ba5a7ae5739 Mon Sep 17 00:00:00 2001 From: zjz1993 <1429595365@qq.com> Date: Wed, 24 Jul 2019 14:36:28 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20=E4=BF=AE=E5=A4=8D=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E5=8F=96=E6=B6=88=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/admin_classify.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/admin_classify.ejs b/views/admin_classify.ejs index 06ed02e..6310d9b 100644 --- a/views/admin_classify.ejs +++ b/views/admin_classify.ejs @@ -161,7 +161,7 @@ console.log(rows); if (rows) { rows.forEach(row => { - this.$refs.multipleTable.toggleRowSelection(row, true); + this.$refs.multipleTable.toggleRowSelection(row); }); } else { this.$refs.multipleTable.clearSelection();