mirror of
https://github.com/PlayEdu/backend
synced 2025-06-10 20:46:24 +08:00
学员里表报错修复
This commit is contained in:
parent
3ef7644135
commit
05ffe7eff9
@ -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 }}
|
||||
|
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user