diff --git a/src/views/purchase/manufacturer/supManufacturerAuditDialog.vue b/src/views/purchase/manufacturer/supManufacturerAuditDialog.vue index 6220bcc..e5dbdcc 100644 --- a/src/views/purchase/manufacturer/supManufacturerAuditDialog.vue +++ b/src/views/purchase/manufacturer/supManufacturerAuditDialog.vue @@ -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) => {