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

This commit is contained in:
贤心 2023-02-27 00:30:54 +08:00
parent 43172bd2f0
commit 93159bbb68

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));
}