Bläddra i källkod

取值字段修改

1178232204@qq.com 3 år sedan
förälder
incheckning
6393449ca1
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      src/js/appealExamine.js

+ 2 - 2
src/js/appealExamine.js

@@ -55,8 +55,8 @@ function getApprovedView() {
             console.log();
             appealExamineRecordDTOList = {
                 casesEntryName: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length - 1].casesEntryName,
-                value: appealOperationType == 1 ? data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length - 1].value : data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length - 1].score,
-                msg: appealOperationType == 1 ? data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length - 1].casesEntryMsg :data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length - 1].msg,
+                value: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length - 1].value ,
+                msg: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length - 1].casesEntryMsg,
                 explainInfo: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length - 1].appealRemark,
             };
             appealInfo = {