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); }