mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 12:16:43 +08:00
【需求鑫管家、金管家追加限额调整】thirdInsuraceNos关联保单号的值,无值时不传给接口
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user