Commit f53033a2 authored by rainbowmorel@163.com's avatar rainbowmorel@163.com

修复选择角色 默认值没有转换问题

parent cf8d8e66
......@@ -79,7 +79,7 @@ function RoleSelect(props: RoleSelectProps) {
if (data.length === 1 && isDefault) {
if (undefined !== formProp) {
formProp.setFieldsValue({
[props.id]: data[0]
[props.id]: formatFeils(data[0])
})
}
setLocalDisabled(true)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment