Browse Source

字段修改

1178232204@qq.com 3 years ago
parent
commit
636d14b135
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/js/appealExamine.js

+ 1 - 1
src/js/appealExamine.js

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