fix
parent
a7fe1e31e4
commit
4f4fbd0462
|
|
@ -991,6 +991,8 @@ function StaffFormModal({
|
|||
<Select
|
||||
placeholder="请选择注安专业类别"
|
||||
allowClear
|
||||
showSearch
|
||||
optionFilterProp="label"
|
||||
options={REGISTER_ENGINEER_CATEGORY_OPTIONS}
|
||||
/>
|
||||
</Form.Item>
|
||||
|
|
@ -1170,6 +1172,8 @@ function StaffFormModal({
|
|||
>
|
||||
<Select
|
||||
placeholder="请选择专业能力"
|
||||
showSearch
|
||||
optionFilterProp="label"
|
||||
allowClear
|
||||
options={CAPABILITY_OPTIONS}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue