|
@@ -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 = {
|