代码备份

master
1178634255 2 years ago
parent b44b4a41a2
commit dc51fb37be

@ -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) => {

Loading…
Cancel
Save