修复 table 的 radio 事件数据返回异常问题

pull/1205/head
贤心 2023-02-22 22:24:23 +08:00
parent 3b3488283f
commit c7f4864669
1 changed files with 6 additions and 3 deletions

View File

@ -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(
checked: checked radio[0], MOD_NAME, 'radio('+ filter +')',
})); commonMember.call(radio[0], {
checked: checked
})
);
}); });
// 行事件 // 行事件