-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
var ele = layui.eleTree({
el: '#xxx',
data: data,
showCheckbox: true,
checkOnClickNode: true,
defaultPid: '1',
defaultCheckedKeys: ['88','90'],
isDefaultChangePstatus: true,
});
ele.on('checkbox', function() {
let ckd = [];
ele.getChecked(false, true).forEach(function (item) {
ckd.push(item.id);
})
ipt.val(ckd.join(','));
});Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

