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