|
@@ -73,9 +73,9 @@
|
|
|
}, [] as TransferItem[]);
|
|
|
});
|
|
|
const getTargetKeys = computed<string[]>(() => {
|
|
|
- if (unref(_targetKeys).length > 0) {
|
|
|
+ /* if (unref(_targetKeys).length > 0) {
|
|
|
return unref(_targetKeys);
|
|
|
- }
|
|
|
+ } */
|
|
|
if (Array.isArray(props.value)) {
|
|
|
return props.value;
|
|
|
}
|