From 1c0e6c765c75cd60947aca9504689e1b80b389e4 Mon Sep 17 00:00:00 2001 From: jiawei Date: Fri, 3 Mar 2023 16:18:11 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=9C=80=E6=B1=82=E3=80=91=E9=91=AB?= =?UTF-8?q?=E7=AE=A1=E5=AE=B6=E3=80=81=E9=87=91=E7=AE=A1=E5=AE=B6=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0=E9=99=90=E9=A2=9D=E8=B0=83=E6=95=B4-=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=8E=A5=E5=8F=A3=E5=85=A5=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/CalculatePremium.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 4ddeb4d02..b5eca7cf3 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -2144,7 +2144,8 @@ export default { platformType: 'app', productCode: item.productCode, medical: JSON.parse(this.$CacheUtils.getLocItem('saleInsuredPersonInfo')).medical, - isCrossChannel: this.isCrossChannel + isCrossChannel: this.isCrossChannel, + orderNo: this.$CacheUtils.getLocItem('orderNo') }) params.trialInfos.push(trialInfo) })