未验证 提交 d7f5dfeb 编写于 作者: Q qixianc94 提交者: GitHub

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

上级 85bc1f23
......@@ -78,6 +78,9 @@
if (Array.isArray(props.value)) {
return props.value;
}
if (Array.isArray(props.targetKeys)){
return props.targetKeys;
}
return [];
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册