瀏覽代碼

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,


Loading…
取消
儲存