Compare commits
2 Commits
5cf43f7028
...
9169ad5599
| Author | SHA1 | Date |
|---|---|---|
|
|
9169ad5599 | |
|
|
c941f07c5e |
|
|
@ -56,7 +56,7 @@ function ResignationApplyPage(props) {
|
|||
useEffect(() => {
|
||||
let cancelled = false;
|
||||
props
|
||||
.staffInfoList?.({ current: 1, size: 500 })
|
||||
.staffInfoList?.({ current: 1, size: 500, employmentStatusCode: 1 })
|
||||
.then((res) => {
|
||||
if (!cancelled) {
|
||||
setStaffOptions(
|
||||
|
|
|
|||
Loading…
Reference in New Issue