Compare commits
No commits in common. "b826dac889d8b12a19de8a3a3a71da3fa6223b42" and "5fd9343ca7a7186e75795264f65faddbf52efcef" have entirely different histories.
b826dac889
...
5fd9343ca7
|
|
@ -116,17 +116,6 @@ function PersonnelInfoPage(props) {
|
|||
</div>
|
||||
</div>
|
||||
}
|
||||
extra={
|
||||
<Button
|
||||
type="primary"
|
||||
onClick={() => {
|
||||
setCurrentId("");
|
||||
setFormModalOpen(true);
|
||||
}}
|
||||
>
|
||||
新增人员
|
||||
</Button>
|
||||
}
|
||||
>
|
||||
<SearchForm
|
||||
style={{ marginBottom: 24 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue