学员里表报错修复

This commit is contained in:
禺狨 2023-03-22 11:07:14 +08:00
parent 3ef7644135
commit 05ffe7eff9
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ export const MemberCreate: React.FC<PropInterface> = ({ open, onCancel }) => {
<div className="float-left mt-24">
<Form
form={form}
name="basic"
name="create-basic"
labelCol={{ span: 8 }}
wrapperCol={{ span: 16 }}
initialValues={{ remember: true }}

View File

@ -162,7 +162,7 @@ export const MemberUpdate: React.FC<PropInterface> = ({
<div className="float-left mt-24">
<Form
form={form}
name="basic"
name="update-basic"
labelCol={{ span: 8 }}
wrapperCol={{ span: 16 }}
initialValues={{ remember: true }}