From 958ae59243f53397f5c0a54237f99f7694d63e8d Mon Sep 17 00:00:00 2001 From: "li.yuetong" Date: Tue, 3 Jan 2023 09:40:04 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=9C=80=E6=B1=82=E9=91=AB=E7=AE=A1?= =?UTF-8?q?=E5=AE=B6=E3=80=81=E9=87=91=E7=AE=A1=E5=AE=B6=E8=BF=BD=E5=8A=A0?= =?UTF-8?q?=E9=99=90=E9=A2=9D=E8=B0=83=E6=95=B4=E3=80=91thirdInsuraceNos?= =?UTF-8?q?=E5=85=B3=E8=81=94=E4=BF=9D=E5=8D=95=E5=8F=B7=E7=9A=84=E5=80=BC?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E6=94=B9=E4=B8=BAthirdInsuraceNoStr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/CalculatePremium.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index afeeccc32..4ddeb4d02 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -2014,9 +2014,9 @@ export default { } this.chooseProducts.forEach((item) => { let trialInfo = {} - // 【需求】鑫管家、金管家追加限额调整,thirdInsuraceNos关联保单号的值,在试算接口添加 + // 【需求】鑫管家、金管家追加限额调整,thirdInsuraceNoStr关联保单号的值,在试算接口添加 if(this.policyNo){ - trialInfo['thirdInsuraceNos'] = this.policyNo + trialInfo['thirdInsuraceNoStr'] = this.policyNo } item.calFactorLst.forEach((factor) => { if (factor.type == 0) {