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) {