瀏覽代碼

字段修改

1178232204@qq.com 3 年之前
父節點
當前提交
e97ef9589b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/js/appealExamine.js

+ 2 - 2
src/js/appealExamine.js

@@ -52,7 +52,7 @@ function getApprovedView() {
             appealExamineRecordDTOList = {
             appealExamineRecordDTOList = {
                 casesEntryName: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length - 1].casesEntryName,
                 casesEntryName: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length - 1].casesEntryName,
                 value: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length - 1].value,
                 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,
                 explainInfo: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length - 1].appealRemark,
             };
             };
             appealInfo = {
             appealInfo = {
@@ -66,7 +66,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].casesEntryMsg,
+                    msg: data.qcresultDetailMsg,
                     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,