|
|
@ -646,8 +646,8 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
getCompanyCertList() {
|
|
|
|
getCompanyCertList() {
|
|
|
|
this.certLoading = true;
|
|
|
|
this.certLoading = true;
|
|
|
|
this.certQuery.customerId = this.inputQuery.customerId;
|
|
|
|
//this.certQuery.customerId = this.inputQuery.customerId;
|
|
|
|
this.certQuery.type = 1;
|
|
|
|
//this.certQuery.type = 1;
|
|
|
|
// this.certQuery.auditStatus = 25;
|
|
|
|
// this.certQuery.auditStatus = 25;
|
|
|
|
this.certQuery.businessId=this.inputQuery.id;
|
|
|
|
this.certQuery.businessId=this.inputQuery.id;
|
|
|
|
filterCompanyCert(this.certQuery)
|
|
|
|
filterCompanyCert(this.certQuery)
|
|
|
|