zhuhao_dev #404

Merged
zhuhao merged 5 commits from zhuhao_dev into main 2024-11-12 15:53:28 +08:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit ac1cad8fd0 - Show all commits

View File

@ -48,7 +48,7 @@
const nodeClick = (data) => {
getNodeInfo.value = {
textbookId:data.node.rootid,
bookList:getFullObj(data.node)
cataList:getFullObj(data.node)
}
}