@ -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();