@ -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 {