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, };