mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-04 03:16:02 +00:00
fix: ApiTransfer的targetKeys属性无效 (#2615)
This commit is contained in:
@@ -78,6 +78,9 @@
|
||||
if (Array.isArray(props.value)) {
|
||||
return props.value;
|
||||
}
|
||||
if (Array.isArray(props.targetKeys)){
|
||||
return props.targetKeys;
|
||||
}
|
||||
return [];
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user