From 51c075355ddbcd38d36f9ee5ab6e5f16ef6e7b31 Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Mon, 17 Jul 2023 17:17:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BB=BA=E8=AE=AE=E4=B9=A6=E4=BF=9D=E8=B4=B9?= =?UTF-8?q?=E8=AF=95=E7=AE=97=E9=A1=B5=E9=9D=A2=E4=BF=9D=E5=AD=98=E8=AF=95?= =?UTF-8?q?=E7=AE=97=E4=BF=A1=E6=81=AF=E6=8E=A5=E5=8F=A3=E5=85=A5=E5=8F=82?= =?UTF-8?q?=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 d8b97bf80..436aa97b1 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -2956,7 +2956,7 @@ export default { } }) let data = { - serialNo:this.$CacheUtils.getLocItem('proposalNo'), + serialNo:this.$route.query.proposalOrderNo, mainRiskId:insuanceId+'', trialJsonStr:localStorage.chooseProducts }