Commit defc2d94 by zhaochengxiang

bug fix

parent d07d320e
......@@ -156,6 +156,7 @@ export const Basic = React.forwardRef(function ({ type, item }, ref) {
</Form.Item>
<Form.Item name='statusId' label='状态'
style={{ marginBottom }}
rules={[{ required: true, message: '请选择状态!' }]}
>
{
type === 'detail' ? <span>{item?.statusName}</span> : <Select loading={loadingStatus} allowClear placeholder='请选择状态'>
......
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