fix: ApiTransfer的targetKeys属性无效 (#2615)
This commit is contained in:
parent
85bc1f2340
commit
d7f5dfeb9f
|
|
@ -78,6 +78,9 @@
|
||||||
if (Array.isArray(props.value)) {
|
if (Array.isArray(props.value)) {
|
||||||
return props.value;
|
return props.value;
|
||||||
}
|
}
|
||||||
|
if (Array.isArray(props.targetKeys)){
|
||||||
|
return props.targetKeys;
|
||||||
|
}
|
||||||
return [];
|
return [];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue