【需求鑫管家、金管家追加限额调整】thirdInsuraceNos关联保单号的值,无值时不传给接口

This commit is contained in:
li.yuetong
2022-12-23 15:39:34 +08:00
committed by lyt
parent 1e6357a67c
commit f5bd3830fa

View File

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