mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-11-30 03:07:36 +08:00
Update node.js
This commit is contained in:
parent
07af6acf6f
commit
87d591c356
@ -112,7 +112,7 @@ export default class Node {
|
||||
this.expand();
|
||||
}
|
||||
if (!Array.isArray(this.data)) {
|
||||
markNodeData(this, this.data);
|
||||
markNodeData(this, this.data);
|
||||
}
|
||||
if (!this.data) return;
|
||||
const defaultExpandedKeys = store.defaultExpandedKeys;
|
||||
|
Loading…
Reference in New Issue
Block a user