From f994110e76c32bfda6144f1ce5a53bd122461dba Mon Sep 17 00:00:00 2001 From: "bai.jinyan" Date: Wed, 7 Apr 2021 20:11:58 +0800 Subject: [PATCH] =?UTF-8?q?feature/GFRS-2215=E3=80=90=E5=BE=85=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E3=80=91=E9=87=8D=E6=96=B0=E6=8A=95=E4=BF=9D--?= =?UTF-8?q?=E8=BF=9B=E5=85=A5=E6=96=B0=E5=8D=95=E6=8A=95=E4=BF=9D=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E5=A2=9E=E5=8A=A0=E8=AE=A2=E5=8D=95=E5=8F=B7=E7=BC=93?= =?UTF-8?q?=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/insureAgain/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/ebiz/insureAgain/index.vue b/src/views/ebiz/insureAgain/index.vue index 21e1c1104..2880446cd 100644 --- a/src/views/ebiz/insureAgain/index.vue +++ b/src/views/ebiz/insureAgain/index.vue @@ -288,6 +288,7 @@ export default { this.orderInfo.cvaliDate = orderInfoDTO.cvaliDate this.orderInfo.expiryDate = orderInfoDTO.expiryDate this.orderInfo.riskCode = '' + CacheUtils.setLocItem('orderNo', JSON.stringify(orderInfoDTO.orderNo)) riskDTOLst.forEach((element, index) => { if (element.riskCode === 'GFRS_A0008') { this.orderInfo.riskCode = 'GFRS_A0008'