Commit 27ab29ca authored by Bill's avatar Bill

fix: 修改考评字段

parent dfcb0b3f
......@@ -253,13 +253,14 @@ const EvaluateAdd = (props) => {
}
const { appraisalDayEnd, appraisalDayStart, items, ...rest } = initialValue;
const itmesList = items.map((_row) => {
const { id, userId, userName, ...restProps } = _row;
const { id, userId, userName, appraisalReport, ...restProps } = _row;
return {
memberName: {
userId: userId,
name: userName,
},
id: id,
reports: appraisalReport,
...restProps
}
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment