fix: ApiTransfer的targetKeys属性无效 (#2615)

This commit is contained in:
qixianc94 2023-03-10 11:32:49 +08:00 committed by GitHub
parent 85bc1f2340
commit d7f5dfeb9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -78,6 +78,9 @@
if (Array.isArray(props.value)) {
return props.value;
}
if (Array.isArray(props.targetKeys)){
return props.targetKeys;
}
return [];
});