This commit is contained in:
parent
a048f3627e
commit
80d3739fb7
@ -116,8 +116,8 @@ function onTreeCheck(_keys: any, nodes: any) {
|
||||
delete checkData[id];
|
||||
}
|
||||
});
|
||||
const nodes = toRaw(checkedNodes);
|
||||
emit('checked', nodes);
|
||||
const data = toRaw(checkedNodes);
|
||||
emit('checked', data);
|
||||
}
|
||||
|
||||
onMounted(loadChannelTree);
|
||||
|
Loading…
Reference in New Issue
Block a user