Browse Source

字段修改

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

+ 2 - 2
src/js/appealExamine.js

@@ -52,7 +52,7 @@ function getApprovedView() {
             appealExamineRecordDTOList = {
                 casesEntryName: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length - 1].casesEntryName,
                 value: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length - 1].value,
-                msg: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length - 1].casesEntryMsg,
+                msg: data.qcresultDetailMsg,
                 explainInfo: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length - 1].appealRemark,
             };
             appealInfo = {
@@ -66,7 +66,7 @@ function getApprovedView() {
                     casesEntryId: casesEntryId,
                     id: data.qcresultDetailId,
                     casesScore: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length - 1].casesScore,
-                    msg: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length - 1].casesEntryMsg,
+                    msg: data.qcresultDetailMsg,
                     score: data.qcresultDetaiValue,
                     isReject: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length - 1].isReject,
                     explainInfo: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length - 1].appealRemark,