From d584cfb1b082cc97355c230336c028feae6059d6 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:24:47 +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 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/basic/corpMaintain/corpMaintain.vue b/src/views/basic/corpMaintain/corpMaintain.vue index 7b639ba..0c886a1 100644 --- a/src/views/basic/corpMaintain/corpMaintain.vue +++ b/src/views/basic/corpMaintain/corpMaintain.vue @@ -487,8 +487,11 @@ export default { this.inputQuery.companyIdFk=row.companyIdFk; console.log("编辑"+this.inputQuery); } else { + this.editTye = 1; this.inputQuery=this.list; this.inputQuery.companyIdFk=this.curProductQuery.companyIdFk; + this.inputQuery.customerId=this.curProductQuery.erpId; + } this.addCertVisible = true; }, @@ -680,10 +683,10 @@ export default { if (this.editType == 0) { // this.inputQuery.productId = getUUID(""); this.inputQuery.companyIdFk = this.list.companyIdFk; - + this.inputQuery.customerId=this.curProductQuery.erpId; } else { this.getCompanyCertList(); - + this.pmQuery.customerId = this.curProductQuery.erpId; this.pmQuery.companyIdFk = this.curProductQuery.companyIdFk; console.log("2"+ this.list.companyIdFk); }