diff --git a/components/transfer/ListBody.tsx b/components/transfer/ListBody.tsx index 0423abc01..0136bf207 100644 --- a/components/transfer/ListBody.tsx +++ b/components/transfer/ListBody.tsx @@ -55,7 +55,7 @@ const ListBody = defineComponent({ }; const handleItemRemove = (item: TransferItem) => { - emit('itemRemove', item.key); + emit('itemRemove', [item.key]); }; const handleScroll = (e: Event) => {