Commit e8413991 authored by 武广's avatar 武广

fix: 修改单位问题

parent 436efa29
...@@ -77,7 +77,7 @@ const FormCai = forwardRef((props, ref) => { ...@@ -77,7 +77,7 @@ const FormCai = forwardRef((props, ref) => {
</Col> </Col>
<Col span={2}> <Col span={2}>
<Form.Item <Form.Item
mame={[name, 'unit']} name={[name, 'unit']}
rules={[{ required: true, message: '请选择单位' }]} rules={[{ required: true, message: '请选择单位' }]}
> >
<Select defaultValue="份"> <Select defaultValue="份">
......
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