修正 table 事件中的 obj.setRowChecked()
方法的 type
默认属性
This commit is contained in:
parent
43172bd2f0
commit
93159bbb68
@ -2083,7 +2083,6 @@ layui.define(['lay', 'laytpl', 'laypage', 'form', 'util'], function(exports){
|
|||||||
// 设置行选中状态
|
// 设置行选中状态
|
||||||
,setRowChecked: function(opts){
|
,setRowChecked: function(opts){
|
||||||
that.setRowChecked($.extend({
|
that.setRowChecked($.extend({
|
||||||
type: 'radio',
|
|
||||||
index: index
|
index: index
|
||||||
}, opts));
|
}, opts));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user