Compare commits

..

No commits in common. "b826dac889d8b12a19de8a3a3a71da3fa6223b42" and "5fd9343ca7a7186e75795264f65faddbf52efcef" have entirely different histories.

1 changed files with 0 additions and 11 deletions

View File

@ -116,17 +116,6 @@ function PersonnelInfoPage(props) {
</div>
</div>
}
extra={
<Button
type="primary"
onClick={() => {
setCurrentId("");
setFormModalOpen(true);
}}
>
新增人员
</Button>
}
>
<SearchForm
style={{ marginBottom: 24 }}