mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-18 20:16:45 +08:00
【需求鑫管家、金管家追加限额调整】thirdInsuraceNos关联保单号的值,修改为thirdInsuraceNoStr
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user