|
@@ -70,7 +70,7 @@ function getApprovedView() {
|
|
|
casesEntryId: casesEntryId,
|
|
|
id: data.qcresultDetailId,
|
|
|
casesScore: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length - 1].casesScore,
|
|
|
- msg: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length - 1].msg,
|
|
|
+ msg: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length - 1].casesEntryMsg,
|
|
|
score: data.qcresultDetaiValue,
|
|
|
isReject: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length - 1].isReject,
|
|
|
explainInfo: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length - 1].appealRemark,
|