Skip to content

Commit

Permalink
byzer-org#59 fix can not refresh moved folder list
Browse files Browse the repository at this point in the history
  • Loading branch information
githubnameting committed Dec 29, 2021
1 parent 118a965 commit 3efc1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MoveNotebook/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default class MoveNotebookModal extends Vue {
}
@Watch('notebookList', { deep: true })
onNotebookListChange (newVal) {
this.folderList[0].children = this.getFolderList(_.cloneDeep(newVal))
this.$set(this.folderList[0], 'children', this.getFolderList(_.cloneDeep(newVal)))
}
getChildrenById (id, list) {
Expand Down

0 comments on commit 3efc1b0

Please sign in to comment.