소스 검색

字段修改

1178232204@qq.com 3 년 전
부모
커밋
636d14b135
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/js/appealExamine.js

+ 1 - 1
src/js/appealExamine.js

@@ -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,