diff --git a/src/views/ebiz/common/MainRiskList.vue b/src/views/ebiz/common/MainRiskList.vue index ae36ed093..81d4cdd36 100644 --- a/src/views/ebiz/common/MainRiskList.vue +++ b/src/views/ebiz/common/MainRiskList.vue @@ -382,7 +382,7 @@ export default { let calFactorLst = this.getFactorList(resultData) let productTrialYearDTOS = resultData.productTrialInfoDTO.productTrialYearDTOS != null ? resultData.productTrialInfoDTO.productTrialYearDTOS : null - let hasAddtionRisk = resultData.productTrialInfoDTO.addtionRiskLst.length ? true : false + let hasAddtionRisk = (resultData.productTrialInfoDTO.addtionRiskLst != null && resultData.productTrialInfoDTO.addtionRiskLst.length) ? true : false let currentProductInfo = localStorage.isTrial == '1' ? {