From 1502a138f02b7e4bbeb13b97c94b383289eddc0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B3=BD=E8=85=BE?= <1178634255@qq.com> Date: Tue, 8 Aug 2023 17:30:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=A4=87=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/corpMaintain/corpMaintain.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/basic/corpMaintain/corpMaintain.vue b/src/views/basic/corpMaintain/corpMaintain.vue index 0c886a1..8ea3996 100644 --- a/src/views/basic/corpMaintain/corpMaintain.vue +++ b/src/views/basic/corpMaintain/corpMaintain.vue @@ -589,6 +589,8 @@ export default { this.certLoading = true; this.certQuery.companyIdFk = this.curProductQuery.companyIdFk; this.certQuery.type=4; + this.certQuery.customerId = this.curProductQuery.erpId; + // this.certQuery.manufacturerIdFk = this.inputQuery.manufacturerIdFk; // this.certQuery.productIdFk = this.inputQuery.productId; filterCompanyCert(this.certQuery)