From 7237cb3d3f3ea3a372a83b54e847af495d37f760 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Tue, 3 Jan 2023 11:59:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/purchase/supCompanyEditDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/purchase/supCompanyEditDialog.vue b/src/views/purchase/supCompanyEditDialog.vue index a957836..2a9db9b 100644 --- a/src/views/purchase/supCompanyEditDialog.vue +++ b/src/views/purchase/supCompanyEditDialog.vue @@ -605,7 +605,7 @@ export default { getCompanyCertList() { this.certLoading = true; - this.certQuery.customerId = this.inputQuery.customerId; + this.certQuery.customerId = this.customerId; filterCompanyCert(this.certQuery) .then((response) => { this.certLoading = false;