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)