Browse Source

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

pull/1210/head
贤心 2 years ago
parent
commit
93159bbb68
  1. 1
      src/modules/table.js

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

Loading…
Cancel
Save