mirror of
https://gitee.com/layui/layui.git
synced 2025-04-05 17:38:02 +08:00
更新 table 测试用例
This commit is contained in:
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
Block a user