parent
10d6cc9b60
commit
c0c3116193
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue