fix: bug
parent
b8e631f0e3
commit
94e499646e
|
|
@ -1040,7 +1040,7 @@ function StaffFormModal({
|
||||||
<Select
|
<Select
|
||||||
placeholder="请选择注安等级"
|
placeholder="请选择注安等级"
|
||||||
allowClear
|
allowClear
|
||||||
options={TITLE_LEVEL_OPTIONS}
|
options={TITLE_LEVEL_OPTIONS.filter((o) => o.value !== "JUNIOR")}
|
||||||
/>
|
/>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
</Col>
|
</Col>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue