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