|
|
@@ -7696,8 +7696,6 @@ export default {
|
|
|
isExternal: "1",
|
|
|
vehicleAndVesselTax: this.vehicleAndVesselTaxForm,
|
|
|
};
|
|
|
- console.log(data,this.productId, this.totalCompanyList[index].id, '1111111111111111111111')
|
|
|
- console.log(id, index)
|
|
|
// this.typeDialogIndex = index
|
|
|
// this.zijinengageListData = [];
|
|
|
// this.contributingLoading = true;
|
|
|
@@ -7708,6 +7706,8 @@ export default {
|
|
|
companyId: this.totalCompanyList[index].id,
|
|
|
quoteInfoVo: data
|
|
|
}).then((res) => {
|
|
|
+ console.log('11111111.');
|
|
|
+ console.log(res);
|
|
|
this.contributingLoading = false;
|
|
|
if (res.data) {
|
|
|
// res.data.forEach((val) => {
|
|
|
@@ -7725,8 +7725,8 @@ export default {
|
|
|
this.contributingLoading = true;
|
|
|
this.contributingState = true;
|
|
|
this.hbsubmitdialogVisible = true;
|
|
|
- // this.getClauseData(id, index)
|
|
|
- // return
|
|
|
+ this.getClauseData(id, index)
|
|
|
+ return
|
|
|
this.$api.letter
|
|
|
.guorenqueryClauseData({ agreementId: id })
|
|
|
.then((res) => {
|