1.其中 id为基础参数 id 对应的值
2.
layui.use(['layer', 'table'], function () {
var table = layui.table;
table.on('checkbox(table-bus)', function (obj) {
var checkStatus = table.checkStatus('idTest');
ids.push(checkStatus.data);
console.log(checkStatus.data);
});
});