|
|
@@ -2285,7 +2285,8 @@ export default {
|
|
|
premium: 0
|
|
|
}, //永诚意外险内容
|
|
|
accidentFormHN: {
|
|
|
- allQuantity: "1"
|
|
|
+ allQuantity: "1",
|
|
|
+ quantity:'1'
|
|
|
}, //华农意外险内容
|
|
|
accidentDataList: [], //永诚意外险
|
|
|
guoRenaccidentDataList: [], //国任意外险
|
|
|
@@ -4099,9 +4100,10 @@ export default {
|
|
|
val => val.planCode == index
|
|
|
).planSubInfo[0].riskInfo;
|
|
|
this.huanongaccidentalDrivingVo = Object.assign(
|
|
|
+ this.huanongInsuranceData.find(val => val.planCode == index),
|
|
|
this.accidentFormHN,
|
|
|
- this.huanongInsuranceData.find(val => val.planCode == index)
|
|
|
);
|
|
|
+
|
|
|
},
|
|
|
taipingInsuranceChange(index) {
|
|
|
this.TPInsuranceData = this.taipingInsuranceData.find(val => val.rationType == index).fCkindConfigList
|
|
|
@@ -5983,6 +5985,9 @@ export default {
|
|
|
params.discount = this.totalCompanyList[num].discount;
|
|
|
params.lastCompanyId = this.lastCompanyId;
|
|
|
}
|
|
|
+ if (namesimple == "华农财险" ) {
|
|
|
+ params.accidentalDrivingVo.quantity = params.accidentalDrivingVo.allQuantity;
|
|
|
+ }
|
|
|
this.$api.letter[api](params).then(res => {
|
|
|
this.totalCompanyList[num].msg = res.msg;
|
|
|
switch (namesimple) {
|
|
|
@@ -8038,6 +8043,7 @@ export default {
|
|
|
};
|
|
|
this.accidentFormHN = {
|
|
|
allQuantity: "1",
|
|
|
+ quantity:'1'
|
|
|
};
|
|
|
|
|
|
this.hengbangaccidentalDrivingVo = {};
|