瀏覽代碼

字段修改

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,