feat
parent
aee28c4af4
commit
ee8a74f28e
|
|
@ -418,9 +418,13 @@ function EquipFormModal({
|
|||
disabled={!industryCode}
|
||||
allowClear
|
||||
showSearch
|
||||
onChange={(value, option)=>{
|
||||
form.setFieldValue('deviceTypeName', option.label)
|
||||
}}
|
||||
filterOption={(input, option) => (option?.label ?? "").toLowerCase().includes(input.toLowerCase())}
|
||||
/>
|
||||
</Form.Item>
|
||||
<Form.Item name='deviceTypeName' />
|
||||
</Col>
|
||||
<Col span={12}>
|
||||
<Form.Item
|
||||
|
|
|
|||
Loading…
Reference in New Issue