From fda720768cc6a8e4b3744f13c8b12f3000f852e1 Mon Sep 17 00:00:00 2001 From: mengxiaolong Date: Thu, 29 Oct 2020 15:08:55 +0800 Subject: [PATCH] =?UTF-8?q?JSON=E5=AF=B9=E8=B1=A1=E6=8B=BC=E5=86=99?= =?UTF-8?q?=E9=94=99=E8=AF=AFbug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/CalculatePremium.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index bc9c82878..24a817edf 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -1647,7 +1647,7 @@ export default { //建议书 if (localStorage.isFrom == 'proposal' && resultData.content.id) { this.saleInsuredPersonInfo.insuredId = resultData.content.id - localStorage.saleInsuredPersonInfo = JSON.stringify(this.saleInsuredPersonInfo) + this.$CacheUtils.setLocItem('saleInsuredPersonInfo', JSON.stringify(this.saleInsuredPersonInfo)) } this.$jump({ flag: 'goBack',