From 67f13e6d794207d624fb26c6bca3272fb0b2661b Mon Sep 17 00:00:00 2001 From: "zhang.lei3" Date: Tue, 24 Dec 2024 09:48:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=91=AB=E7=AE=A1=E5=AE=B6c=E4=BA=A7=E5=93=81?= =?UTF-8?q?=E5=BB=BA=E8=AE=AE=E4=B9=A6=E9=A2=84=E8=A7=88=E4=B8=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=BF=9D=E9=A2=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/proposal/ProposalInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ebiz/proposal/ProposalInfo.vue b/src/views/ebiz/proposal/ProposalInfo.vue index 4a4433b14..216fcba85 100644 --- a/src/views/ebiz/proposal/ProposalInfo.vue +++ b/src/views/ebiz/proposal/ProposalInfo.vue @@ -795,7 +795,7 @@ export default { that.pageShowInfo.insuredDTOs.forEach((item) => { item.riskDTOLst.forEach((item01) => { if (item01.isMainRisk == '0') { - if (item01.mainRiskCode == 'GFRS_M0080' || item01.mainRiskCode == 'GFRS_M0083' || item01.mainRiskCode == 'GFRS_M0085') { + if (item01.mainRiskCode == 'GFRS_M0080' || item01.mainRiskCode == 'GFRS_M0083' || item01.mainRiskCode == 'GFRS_M0085' || item01.mainRiskCode == 'GFRS_M0098') { that.ispremshow = false } mainRiskNameList.push(item01.riskName)