|
|
@@ -4444,7 +4444,7 @@ export default {
|
|
|
.getDrivingInsuranceRule({
|
|
|
companyCode: item.id,
|
|
|
agreementId: item.agreementId,
|
|
|
- seatNum:item.namesimple=='永诚财险'? Number(this.carInfo.seatCount):'',
|
|
|
+ seatNum:item.namesimple=='永诚财险' ||item.namesimple=='中煤财险'? Number(this.carInfo.seatCount):'',
|
|
|
ruleUseNature:this.carInfo.carnature
|
|
|
|
|
|
})
|
|
|
@@ -4460,6 +4460,9 @@ export default {
|
|
|
case "渤海财险":
|
|
|
this.boHaiaccidentDataList = res.data;
|
|
|
break;
|
|
|
+ case "中煤财险":
|
|
|
+ this[item.cnName + + "InsuranceData"] =res.data;
|
|
|
+ break;
|
|
|
case "紫金财险":
|
|
|
let data = res.data;
|
|
|
data.map(ele => {
|
|
|
@@ -4702,7 +4705,7 @@ export default {
|
|
|
this.$api.letter
|
|
|
.getDrivingInsuranceRule({
|
|
|
agreementId: this.totalCompanyList[index].agreement[0].id,
|
|
|
- seatNum:ins=='永诚财险'? Number(this.carInfo.seatCount):'',
|
|
|
+ seatNum:ins=='永诚财险' || ins=='中煤财险'? Number(this.carInfo.seatCount):'',
|
|
|
ruleUseNature:this.carInfo.carnature
|
|
|
})
|
|
|
.then(res => {
|