处理页面报错问题
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
15683799673 2025-08-06 22:29:04 +08:00
parent a048f3627e
commit 80d3739fb7

View File

@ -116,8 +116,8 @@ function onTreeCheck(_keys: any, nodes: any) {
delete checkData[id]; delete checkData[id];
} }
}); });
const nodes = toRaw(checkedNodes); const data = toRaw(checkedNodes);
emit('checked', nodes); emit('checked', data);
} }
onMounted(loadChannelTree); onMounted(loadChannelTree);