Compare commits

..

No commits in common. "fa7a44472b26357f455b79feb7c65c0156c8b61d" and "85529ad81f8d063d10e17456cd004b679af53175" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ const changeBook = (data) => {
const emitChangeBook = async () => {
let curData = cloneDeep(toRaw(curNode.data))
let parentNode = findParentByChildId(treeData.value, curData.id)
let parentNode = findParentByChildId(treeData.value, curNode.id)
curData.parentNode = toRaw(parentNode)
const data = {
textBook: {