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