mirror of https://github.com/layui/layui
更新 table 测试用例
parent
7e51bce2a6
commit
1ec503d3ed
|
@ -237,7 +237,8 @@ layui.use(['table', 'dropdown'], function(){
|
|||
switch(obj.id){
|
||||
case 'checked':
|
||||
table.setRowChecked(id, {
|
||||
index: value
|
||||
index: value,
|
||||
checked: true
|
||||
});
|
||||
break;
|
||||
case 'unchecked':
|
||||
|
|
Loading…
Reference in New Issue