소스 검색

update

tags/Baseline_30082024_FRONTEND_UAT
MSI\derek 1 년 전
부모
커밋
0ed0d5f5cc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/components/EditStaff/EditStaff.tsx

+ 2
- 2
src/components/EditStaff/EditStaff.tsx 파일 보기

@@ -61,7 +61,7 @@ const EditStaff: React.FC<formProps> = ({ Staff, combos }) => {
skillSetId: defaultSkillset,
// removeSkillSetId: [],
currentPositionId: Staff.currentPosition?.id,
salaryId: Staff.salary.id,
salaryId: Staff.salary.salaryPoint,
employType: Staff.employType,
email: Staff.email,
phone1: Staff.phone1,
@@ -193,7 +193,7 @@ const EditStaff: React.FC<formProps> = ({ Staff, combos }) => {
skillSetId: defaultSkillset,
// removeSkillSetId: [],
currentPositionId: Staff.currentPosition?.id,
salaryId: Staff.salary.id,
salaryId: Staff.salary.salaryPoint,
employType: Staff.employType,
email: Staff.email,
phone1: Staff.phone1,


불러오는 중...
취소
저장