mirror of https://github.com/layui/layui
修复 table 点击 `radio` 列的选项时报错问题
parent
0b41afe245
commit
0fdaf22f82
|
@ -1259,9 +1259,9 @@ layui.define(['table'], function (exports) {
|
||||||
var options = obj.config;
|
var options = obj.config;
|
||||||
var tableView = options.elem.next();
|
var tableView = options.elem.next();
|
||||||
var tableId = options.id;
|
var tableId = options.id;
|
||||||
var that = getThisTable(tableId);
|
|
||||||
|
|
||||||
if (tableView.hasClass('layui-table-tree')) {
|
if (tableView.hasClass('layui-table-tree')) {
|
||||||
|
var that = getThisTable(tableId);
|
||||||
updateObjParams(obj);
|
updateObjParams(obj);
|
||||||
checkNode.call(that, obj.tr, obj.checked)
|
checkNode.call(that, obj.tr, obj.checked)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue