From 93159bbb688ebfc3cc71050bc91dcf560b607514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Mon, 27 Feb 2023 00:30:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20table=20=E4=BA=8B=E4=BB=B6?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=20`obj.setRowChecked()`=20=E6=96=B9=E6=B3=95?= =?UTF-8?q?=E7=9A=84=20`type`=20=E9=BB=98=E8=AE=A4=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/table.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/table.js b/src/modules/table.js index f5f5ff0d..ce0d4449 100644 --- a/src/modules/table.js +++ b/src/modules/table.js @@ -2083,7 +2083,6 @@ layui.define(['lay', 'laytpl', 'laypage', 'form', 'util'], function(exports){ // 设置行选中状态 ,setRowChecked: function(opts){ that.setRowChecked($.extend({ - type: 'radio', index: index }, opts)); }