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