: update

This commit is contained in:
就眠儀式
2022-06-26 17:22:21 +08:00
parent 97a4b14e08
commit 60c1dbff95
7 changed files with 14 additions and 34 deletions

View File

@@ -166,7 +166,6 @@ class Tree {
if (node.children) {
this.setChildrenChecked(checked, node.children);
}
//console.log(this.getData());
}
getData() {