新增人员
parent
950980d48b
commit
3b287bd363
|
|
@ -116,6 +116,17 @@ function PersonnelInfoPage(props) {
|
|||
</div>
|
||||
</div>
|
||||
}
|
||||
extra={
|
||||
<Button
|
||||
type="primary"
|
||||
onClick={() => {
|
||||
setCurrentId("");
|
||||
setFormModalOpen(true);
|
||||
}}
|
||||
>
|
||||
新增人员
|
||||
</Button>
|
||||
}
|
||||
>
|
||||
<SearchForm
|
||||
style={{ marginBottom: 24 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue