修改禅道已知bug

This commit is contained in:
sunFlower
2022-10-09 09:49:31 +08:00
parent b830196641
commit d5d39e4073
4 changed files with 329 additions and 293 deletions
@@ -57,7 +57,6 @@ export default class TreeStore {
if (node.visible && !node.isLeaf && !lazy) node.expand();
};
traverse(this);
}