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

View File

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