mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-08 21:27:57 +00:00
@@ -73,9 +73,9 @@
|
|||||||
}, [] as TransferItem[]);
|
}, [] as TransferItem[]);
|
||||||
});
|
});
|
||||||
const getTargetKeys = computed<string[]>(() => {
|
const getTargetKeys = computed<string[]>(() => {
|
||||||
if (unref(_targetKeys).length > 0) {
|
/* if (unref(_targetKeys).length > 0) {
|
||||||
return unref(_targetKeys);
|
return unref(_targetKeys);
|
||||||
}
|
} */
|
||||||
if (Array.isArray(props.value)) {
|
if (Array.isArray(props.value)) {
|
||||||
return props.value;
|
return props.value;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user