26443
This commit is contained in:
		| @@ -285,7 +285,8 @@ | ||||
|  | ||||
|       filterNode (value, data) { | ||||
|         if (!value) return true | ||||
|         return data.girdName.indexOf(value) !== -1 | ||||
|  | ||||
|         return (data.girdName && data.girdName.indexOf(value) !== -1) || (data.name && data.name.indexOf(value) !== -1) | ||||
|       }, | ||||
|  | ||||
|       onTreeChange (e) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user