From 29662ee011b97305a0a19097c958faa246212185 Mon Sep 17 00:00:00 2001 From: jinna Date: Thu, 22 Jan 2026 18:33:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E8=89=BA=E7=AE=A1=E7=90=86=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/processMainte/partDetails.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/processManagement/components/processMainte/partDetails.vue b/src/views/processManagement/components/processMainte/partDetails.vue index fce1aef..3daadb8 100644 --- a/src/views/processManagement/components/processMainte/partDetails.vue +++ b/src/views/processManagement/components/processMainte/partDetails.vue @@ -787,7 +787,7 @@ export default { // 零件工艺管理-详情 if (this.detailsType == 'processPlanning') { let query = { - partId: this.rowData.id, + partCode: this.rowData.partCode, partVersion: this.version, rank: this.rank, }; @@ -814,7 +814,7 @@ export default { // 零件工艺管理-详情 if (this.detailsType == 'processPlanning') { let query = { - partId: this.rowData.id, + partCode: this.rowData.partCode, partVersion: this.version, rank: this.rank, };