From fa190ee822d8d48f811ddf38fc7545a2eb0e4457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E6=B3=A2?= Date: Tue, 3 Apr 2018 18:08:38 +0800 Subject: [PATCH] =?UTF-8?q?clickrow=E5=8A=A8=E4=BD=9C=E5=8F=AA=E9=92=88?= =?UTF-8?q?=E5=AF=B9rowClickChecked=E8=AE=BE=E7=BD=AE=E4=B8=BAtrue?= =?UTF-8?q?=E6=97=B6=E6=89=A7=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vb/components/data-table/data-table.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vb/components/data-table/data-table.vue b/vb/components/data-table/data-table.vue index 0304e57..063d979 100644 --- a/vb/components/data-table/data-table.vue +++ b/vb/components/data-table/data-table.vue @@ -710,8 +710,8 @@ export default { // 点击行后是否选中 if (this.rowClickChecked) { this.current[index].vb_dt_checked = !this.current[index].vb_dt_checked; + this.rowSelectionChange(index); } - this.rowSelectionChange(index); }, setChecked(index, status = true) { this.current[index].vb_dt_checked = status;