From 85fc5f2a3e0ff71b4e556ad1916645bc863cbf93 Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Fri, 6 Feb 2026 19:55:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E9=AA=8C=E9=A1=B9=E7=9B=AE=E5=88=A0?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/processMainte/processPlanning.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/processManagement/components/processMainte/processPlanning.vue b/src/views/processManagement/components/processMainte/processPlanning.vue index 4f82ec8..36e34f1 100644 --- a/src/views/processManagement/components/processMainte/processPlanning.vue +++ b/src/views/processManagement/components/processMainte/processPlanning.vue @@ -808,7 +808,7 @@ export default { dsPart: this.partInfoData, //零件信息 craft: this.treeNodes.rawData, //工艺信息 processList: this.form1.tableData1, //工序集合 - deleteIds: this.form1.deleteIds, //删除ids + processDeleteIds: this.form1.deleteIds, //删除ids }; @@ -1359,7 +1359,7 @@ export default { dsPart: this.partInfoData, //零件信息 craft: this.treeNodes.rawData, //工艺信息 processList: this.form1.tableData1, //工序集合 - deleteIds: this.form1.deleteIds, //删除ids + processDeleteIds: this.form1.deleteIds, //删除ids }; authorizedAccomplish2(query_)