|
|
|
@ -593,12 +593,12 @@ export default {
|
|
|
|
|
this.getCompanyCertList();
|
|
|
|
|
},
|
|
|
|
|
getCompanyCertList() {
|
|
|
|
|
// if (this.editType != 2 && this.editType != 0) {
|
|
|
|
|
// this.certQuery.checkStatus = 20;
|
|
|
|
|
// }
|
|
|
|
|
if (this.editType != 2 && this.editType != 0) {
|
|
|
|
|
this.certQuery.checkStatus = 20;
|
|
|
|
|
}
|
|
|
|
|
this.certLoading = true;
|
|
|
|
|
// this.certQuery.type = 2;
|
|
|
|
|
this.certQuery.businessId=this.inputQuery.businessId;
|
|
|
|
|
this.certQuery.type = 2;
|
|
|
|
|
// this.certQuery.businessId=this.inputQuery.businessId;
|
|
|
|
|
|
|
|
|
|
filterCompanyCPCert(this.certQuery)
|
|
|
|
|
.then((response) => {
|
|
|
|
|