From 3c3cbc241e5de3fa2ee22c6fc34b6976d9447988 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 29 May 2025 09:19:04 +0800 Subject: [PATCH] =?UTF-8?q?2025-05-29=201=E3=80=81Inventory=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E5=90=8E=E6=B2=A1=E6=9C=89=E8=87=AA=E5=8A=A8=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E5=87=BA=E6=9D=A5=202=E3=80=81=E5=88=B7=E6=96=B0?= =?UTF-8?q?=E4=B9=8B=E5=90=8E=E9=A1=B5=E9=9D=A2=E6=95=B0=E6=8D=AE=E4=B8=8D?= =?UTF-8?q?=E5=87=BA=E6=9D=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/part/partInformation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/part/partInformation.vue b/src/views/modules/part/partInformation.vue index 59a2aad..3a539e7 100644 --- a/src/views/modules/part/partInformation.vue +++ b/src/views/modules/part/partInformation.vue @@ -4950,7 +4950,7 @@ this.modalData.routingAlternativeList = this.routingAlternativeSelections partInformationToOfficial(this.modalData).then(({data}) => { if (data && data.code === 0) { - this.searchData.partNo = this.modalData.ifsPartNo + this.searchData.ifsPartNo = this.modalData.ifsPartNo this.getDataList() this.modalFlag = false this.$message({