【需求】鑫管家、金管家追加限额调整,thirdInsuraceNos关联保单号的值,在试算接口添加

This commit is contained in:
li.yuetong
2022-12-23 14:47:36 +08:00
parent 9cfe0a5de5
commit 968528f7a9

View File

@@ -313,6 +313,7 @@
maxlength="380"
type="textarea"
autosize
@blur="getTrial"
placeholder="请录入保单号或者投保单号,如果关联多个保单,请用\隔开"
/>
</div>
@@ -2013,6 +2014,8 @@ export default {
}
this.chooseProducts.forEach((item) => {
let trialInfo = {}
// 【需求】鑫管家、金管家追加限额调整thirdInsuraceNos关联保单号的值在试算接口添加
trialInfo['thirdInsuraceNos'] = this.policyNo
item.calFactorLst.forEach((factor) => {
if (factor.type == 0) {
if (factor.hasFlag == '1') {