diff --git a/src/pages/mes/orderDayPlan/orderDayPlan.vue b/src/pages/mes/orderDayPlan/orderDayPlan.vue index b5ab7b4..d8a9be8 100644 --- a/src/pages/mes/orderDayPlan/orderDayPlan.vue +++ b/src/pages/mes/orderDayPlan/orderDayPlan.vue @@ -133,7 +133,7 @@ const tabParams = ref({ }) function stopPlan(item){ - item.id = 100; + // item.id = 100; console.log(item) proxy.$modal.confirm('确定提交终止吗').then(() => { proxy.$modal.loading('处理中')