mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-19 12:04:02 +08:00
Tree: fixed default-checked-keys display wrong (#13349)
* fix: 12383 Tree in lazy mode set child node 'default-checked-keys', display wrong:All nodes are fulfilled * 添加测试 * fix code style * update style
This commit is contained in:
@@ -465,6 +465,7 @@ export default class Node {
|
||||
this.doCreateChildren(children, defaultProps);
|
||||
|
||||
this.updateLeafState();
|
||||
reInitChecked(this);
|
||||
if (callback) {
|
||||
callback.call(this, children);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user