ソースを参照

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,


読み込み中…
キャンセル
保存