From fb2252099296cf3d56c4bfa6a9424c2de9e5f829 Mon Sep 17 00:00:00 2001
From: fengyuan_yang <1976974459@qq.com>
Date: Thu, 10 Apr 2025 16:36:59 +0800
Subject: [PATCH] =?UTF-8?q?2025-04-10=20BOM=20Routing=20=E7=9B=B8=E5=85=B3?=
=?UTF-8?q?=E6=8E=92=E9=99=A4=E5=B7=B2=E8=BD=AC=E6=AD=A3=E7=9A=84=E4=B8=B4?=
=?UTF-8?q?=E6=97=B6=E7=89=A9=E6=96=99?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/part/partInformation.vue | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/views/modules/part/partInformation.vue b/src/views/modules/part/partInformation.vue
index 612ecc5..4ce1cf8 100644
--- a/src/views/modules/part/partInformation.vue
+++ b/src/views/modules/part/partInformation.vue
@@ -1444,7 +1444,7 @@
-
+
@@ -4983,6 +4983,7 @@
this.modalData.routingAlternativeList = this.routingAlternativeSelections
partInformationToOfficial(this.modalData).then(({data}) => {
if (data && data.code === 0) {
+ this.searchData.partNo = this.modalData.ifsPartNo
this.getDataList()
this.modalFlag = false
this.$message({
@@ -5119,6 +5120,7 @@
this.copyLoading = true
copyPart(this.copyPartData).then(({data}) => {
if (data && data.code === 0) {
+ this.searchData.partNo = this.copyPartData.partNo
this.getDataList()
this.copyPartModelFlag = false
if (this.modalData.flag === '3') {