mirror of https://github.com/layui/layui
修复 table 的 radio 事件数据返回异常问题
parent
3b3488283f
commit
c7f4864669
|
@ -2137,9 +2137,12 @@ layui.define(['lay', 'laytpl', 'laypage', 'form', 'util'], function(exports){
|
|||
});
|
||||
|
||||
// 事件
|
||||
layui.event.call(this, MOD_NAME, 'radio('+ filter +')', commonMember.call(this, {
|
||||
layui.event.call(
|
||||
radio[0], MOD_NAME, 'radio('+ filter +')',
|
||||
commonMember.call(radio[0], {
|
||||
checked: checked
|
||||
}));
|
||||
})
|
||||
);
|
||||
});
|
||||
|
||||
// 行事件
|
||||
|
|
Loading…
Reference in New Issue