mirror of https://github.com/ElemeFE/element
				
				
				
			Update node.js
							parent
							
								
									203744a686
								
							
						
					
					
						commit
						612f952804
					
				|  | @ -111,7 +111,9 @@ export default class Node { | |||
|     } else if (this.level > 0 && store.lazy && store.defaultExpandAll) { | ||||
|       this.expand(); | ||||
|     } | ||||
| 
 | ||||
|     if (!Array.isArray(data)) { | ||||
|         markNodeData(this, this.data); | ||||
|     } | ||||
|     if (!this.data) return; | ||||
|     const defaultExpandedKeys = store.defaultExpandedKeys; | ||||
|     const key = store.key; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 wangjingf
						wangjingf