fix: directory throw error

pull/1938/head
tanjinzhou 2020-03-20 12:52:41 +08:00
parent 2aa2094bee
commit 6289705e73
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit cf073b5456c67002c02d911b0d50f804d77ee6b1
Subproject commit aa3cee226dd1d25b3e598a37c692a9fa043d6b73

View File

@ -415,7 +415,7 @@ const Tree = {
selected: targetSelected,
node: treeNode,
selectedNodes,
nativeEvent: e.nativeEvent,
nativeEvent: e,
};
this.__emit('update:selectedKeys', selectedKeys);
this.__emit('select', selectedKeys, eventObj);