代码备份

master
1178634255 2 years ago
parent b44b4a41a2
commit dc51fb37be

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

Loading…
Cancel
Save