Commit 9f89ce45 authored by Aiiroo's avatar Aiiroo Committed by 陈帅

登录组件中的LoginItem自定义rules无效问题修复

parent e97c03e9
...@@ -131,8 +131,8 @@ Object.keys(ItemMap).forEach(key => { ...@@ -131,8 +131,8 @@ Object.keys(ItemMap).forEach(key => {
{context => ( {context => (
<WrapFormItem <WrapFormItem
customprops={item.props} customprops={item.props}
{...props}
rules={item.rules} rules={item.rules}
{...props}
type={key} type={key}
updateActive={context.updateActive} updateActive={context.updateActive}
form={context.form} form={context.form}
......
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