修正 table 事件中的 `obj.setRowChecked()` 方法的 `type` 默认属性

pull/1210/head
贤心 2023-02-27 00:30:54 +08:00
parent 43172bd2f0
commit 93159bbb68
1 changed files with 0 additions and 1 deletions

View File

@ -2083,7 +2083,6 @@ layui.define(['lay', 'laytpl', 'laypage', 'form', 'util'], function(exports){
// 设置行选中状态
,setRowChecked: function(opts){
that.setRowChecked($.extend({
type: 'radio',
index: index
}, opts));
}