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}
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