【需求鑫管家、金管家追加限额调整】thirdInsuraceNos关联保单号的值,修改为thirdInsuraceNoStr

This commit is contained in:
li.yuetong
2023-01-03 09:40:04 +08:00
parent cb7c6dac54
commit 958ae59243

View File

@@ -2014,9 +2014,9 @@ export default {
} }
this.chooseProducts.forEach((item) => { this.chooseProducts.forEach((item) => {
let trialInfo = {} let trialInfo = {}
// 【需求】鑫管家、金管家追加限额调整thirdInsuraceNos关联保单号的值,在试算接口添加 // 【需求】鑫管家、金管家追加限额调整thirdInsuraceNoStr关联保单号的值,在试算接口添加
if(this.policyNo){ if(this.policyNo){
trialInfo['thirdInsuraceNos'] = this.policyNo trialInfo['thirdInsuraceNoStr'] = this.policyNo
} }
item.calFactorLst.forEach((factor) => { item.calFactorLst.forEach((factor) => {
if (factor.type == 0) { if (factor.type == 0) {