|
|
@@ -3052,8 +3052,6 @@ export default {
|
|
|
},
|
|
|
//动态函数
|
|
|
ToolClickFun(MethodName, Parameter, companyId) {
|
|
|
- console.log(MethodName, Parameter, companyId,11111111)
|
|
|
-
|
|
|
this[`${MethodName}`](Parameter, companyId);
|
|
|
},
|
|
|
//更新图片
|
|
|
@@ -3134,6 +3132,7 @@ export default {
|
|
|
if (ele.checked) {
|
|
|
//动态调用报价接口
|
|
|
ele.quoteCode = 1;
|
|
|
+
|
|
|
this.ToolClickFun(ele.cnName, index, ele.id);
|
|
|
}
|
|
|
});
|
|
|
@@ -3381,7 +3380,7 @@ export default {
|
|
|
cqryCdeSy: this.cqryCdeSy,
|
|
|
renewalCodeJq: this.renewalCodeJq,
|
|
|
renewalCodeSy: this.renewalCodeSy,
|
|
|
- agreementId: this.accidentForm.agreementId
|
|
|
+ agreementId: this.totalCompanyList[num].agreementId,
|
|
|
};
|
|
|
this.$api.letter.yongchengquote(params).then(res => {
|
|
|
this.totalCompanyList[num].msg = res.msg;
|
|
|
@@ -3471,7 +3470,7 @@ export default {
|
|
|
cqryCdeSy: this.cqryCdeSy,
|
|
|
renewalCodeJq: this.renewalCodeJq,
|
|
|
renewalCodeSy: this.renewalCodeSy,
|
|
|
- agreementId: this.accidentForm.agreementId
|
|
|
+ agreementId: this.totalCompanyList[num].agreementId,
|
|
|
};
|
|
|
this.$api.letter.guorenquote(params).then(res => {
|
|
|
this.totalCompanyList[num].msg = res.msg;
|