Fixed #341 - Picklist 'move-all-to-source' event argument e.items is empty
parent
8bf626bcb9
commit
3bf0e98fbf
|
@ -324,7 +324,7 @@ export default {
|
|||
|
||||
this.$emit('move-all-to-source', {
|
||||
originalEvent: event,
|
||||
items: sourceList
|
||||
items: targetList
|
||||
});
|
||||
|
||||
sourceList = [...sourceList, ...targetList];
|
||||
|
|
Loading…
Reference in New Issue