Compare commits
No commits in common. "9169ad55994ffad023a212bbdaf78c72cdfca571" and "5cf43f70281c21b0613cf788ef926e5a16f228b5" have entirely different histories.
9169ad5599
...
5cf43f7028
|
|
@ -56,7 +56,7 @@ function ResignationApplyPage(props) {
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
let cancelled = false;
|
let cancelled = false;
|
||||||
props
|
props
|
||||||
.staffInfoList?.({ current: 1, size: 500, employmentStatusCode: 1 })
|
.staffInfoList?.({ current: 1, size: 500 })
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
if (!cancelled) {
|
if (!cancelled) {
|
||||||
setStaffOptions(
|
setStaffOptions(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue