diff --git a/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerBaseSetting.js b/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerBaseSetting.js index 9181b6d3..13bbcc4e 100644 --- a/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerBaseSetting.js +++ b/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerBaseSetting.js @@ -181,7 +181,7 @@ const CustomSelect = (props) => { const { salaryCycleType, salaryCycleFromDay, attendCycleType, attendCycleFromDay, canEdit } = baseInfo; const salaryCycleStrObj = initPeriodStr("inputStr", salaryCycleType, salaryCycleFromDay); const attendCycleStrObj = initPeriodStr("inputStr", attendCycleType, attendCycleFromDay); - return + return { _.map(list, item => { const { key, options = [] } = item;