Merge branch 'hotfix/feature-v2-1229' into develop

This commit is contained in:
黎永顺 2023-01-05 15:03:22 +08:00
commit 7c65f2b7d3
1 changed files with 1 additions and 1 deletions

View File

@ -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 <Row gutter={10} key={key}>
return <Row gutter={10} key={inputStr}>
{
_.map(list, item => {
const { key, options = [] } = item;