From dc51fb37bec63b4047173a79b5afb86b7c7cf3c3 Mon Sep 17 00:00:00 2001 From: 1178634255 <1178634255@qq.com> Date: Tue, 4 Jul 2023 14:12:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=A4=87=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../manufacturer/supManufacturerAuditDialog.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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) => {