From a390061b1e070b9fc1fe651fe9f32fb0d7509249 Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Thu, 5 Feb 2026 14:08:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E9=AA=8C=E9=A1=B9=E7=9B=AE=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/processMainte/processPlanning.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/processManagement/components/processMainte/processPlanning.vue b/src/views/processManagement/components/processMainte/processPlanning.vue index c431a6d..b717b70 100644 --- a/src/views/processManagement/components/processMainte/processPlanning.vue +++ b/src/views/processManagement/components/processMainte/processPlanning.vue @@ -964,7 +964,7 @@ export default { }); console.log('需要删除的子工序ID列表:', node); // 调用删除API(替换为你的实际API) - await craftBatchRemoval({ id: node.id }).then(res => { + await craftBatchRemoval({ id: node.data.id }).then(res => { this.$message.success('删除成功'); this.getDetails(); });