dev_1.0.1
tangjie 2026-07-07 18:12:10 +08:00
parent eec4b476d2
commit c941f07c5e
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ function ResignationApplyPage(props) {
useEffect(() => { useEffect(() => {
let cancelled = false; let cancelled = false;
props props
.staffInfoList?.({ current: 1, size: 500 }) .staffInfoList?.({ current: 1, size: 500, employmentStatusCode: 1 })
.then((res) => { .then((res) => {
if (!cancelled) { if (!cancelled) {
setStaffOptions( setStaffOptions(