dev-tmp1
tangjie 2026-08-11 15:27:13 +08:00
parent aee28c4af4
commit ee8a74f28e
1 changed files with 4 additions and 0 deletions

View File

@ -418,9 +418,13 @@ function EquipFormModal({
disabled={!industryCode} disabled={!industryCode}
allowClear allowClear
showSearch showSearch
onChange={(value, option)=>{
form.setFieldValue('deviceTypeName', option.label)
}}
filterOption={(input, option) => (option?.label ?? "").toLowerCase().includes(input.toLowerCase())} filterOption={(input, option) => (option?.label ?? "").toLowerCase().includes(input.toLowerCase())}
/> />
</Form.Item> </Form.Item>
<Form.Item name='deviceTypeName' />
</Col> </Col>
<Col span={12}> <Col span={12}>
<Form.Item <Form.Item