diff --git a/src/views/purchase/product/supProductEditDialog.vue b/src/views/purchase/product/supProductEditDialog.vue index 6fd1bd5..6432d07 100644 --- a/src/views/purchase/product/supProductEditDialog.vue +++ b/src/views/purchase/product/supProductEditDialog.vue @@ -691,7 +691,7 @@ export default { let query = { productId: this.inputQuery.productId, relIdFk: val, - manufacturerId: this.inputQuery.manufacturerIdFk, + manufacturerId: this.inputQuery.manufacturerId, customerId: this.inputQuery.customerId, companyName: this.inputQuery.companyName, auditStatus: this.inputQuery.auditStatus @@ -701,6 +701,7 @@ export default { this.loading = false; if (response.code === 20000) { this.inputQuery = response.data; + this.inputQuery.manufacturerId=this.inputQuery.manufacturerIdFk this.selectSingleProductVisible = false; } else { this.$message.error(response.message);