From 2564b0288fc69cbc6a04da83465608fb1116bfc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Wed, 12 Apr 2023 14:26:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E8=B4=A8=E4=BA=A7=E5=93=81=E9=80=89?= =?UTF-8?q?=E5=85=A5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/purchase/product/supProductEditDialog.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);