parent
75313e950c
commit
1a5847ad9f
|
|
@ -318,7 +318,7 @@ const StepTwoComponent = forwardRef((props, ref) => {
|
|||
const newSpecialList = data.details.map((item) => {
|
||||
const existsItem = specialList.find(specialItem => specialItem.qualificationsDetailId === item.id);
|
||||
if (existsItem) {
|
||||
return { ...item, ...existsItem };
|
||||
return { ...existsItem, ...item };
|
||||
}
|
||||
return item;
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue