检验项目校验

dev-scheduling
zhangdi 2 months ago
parent 44e581c830
commit a390061b1e
  1. 2
      src/views/processManagement/components/processMainte/processPlanning.vue

@ -964,7 +964,7 @@ export default {
});
console.log('需要删除的子工序ID列表:', node);
// APIAPI
await craftBatchRemoval({ id: node.id }).then(res => {
await craftBatchRemoval({ id: node.data.id }).then(res => {
this.$message.success('删除成功');
this.getDetails();
});

Loading…
Cancel
Save