mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 12:36:43 +08:00
【需求鑫管家、金管家追加限额调整】thirdInsuraceNos关联保单号的值,无值时不传给接口
This commit is contained in:
@@ -2076,7 +2076,9 @@ export default {
|
|||||||
this.chooseProducts.forEach((item) => {
|
this.chooseProducts.forEach((item) => {
|
||||||
let trialInfo = {}
|
let trialInfo = {}
|
||||||
// 【需求】鑫管家、金管家追加限额调整,thirdInsuraceNos关联保单号的值,在试算接口添加
|
// 【需求】鑫管家、金管家追加限额调整,thirdInsuraceNos关联保单号的值,在试算接口添加
|
||||||
|
if(this.policyNo){
|
||||||
trialInfo['thirdInsuraceNos'] = this.policyNo
|
trialInfo['thirdInsuraceNos'] = this.policyNo
|
||||||
|
}
|
||||||
item.calFactorLst.forEach((factor) => {
|
item.calFactorLst.forEach((factor) => {
|
||||||
if (factor.type == 0) {
|
if (factor.type == 0) {
|
||||||
if (factor.hasFlag == '1') {
|
if (factor.hasFlag == '1') {
|
||||||
|
|||||||
Reference in New Issue
Block a user