未验证 提交 754d1986 编写于 作者: J Joyboo 提交者: GitHub

fix: 修复ApiSelect属性被覆盖的问题 (#1226)

上级 034e39ef
......@@ -77,9 +77,9 @@
if (next) {
const value = next[valueField];
prev.push({
...omit(next, [labelField, valueField]),
label: next[labelField],
value: numberToString ? `${value}` : value,
...omit(next, [labelField, valueField]),
});
}
return prev;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册