diff --git a/src/views/productionSchedulingPlan/schedulingDashboard/container.vue b/src/views/productionSchedulingPlan/schedulingDashboard/container.vue index 23f67b4b..57e4920d 100644 --- a/src/views/productionSchedulingPlan/schedulingDashboard/container.vue +++ b/src/views/productionSchedulingPlan/schedulingDashboard/container.vue @@ -1060,7 +1060,7 @@ export default { return timeA - timeB; }); - this.allOrders.forEach(order => delete order._sortTime); + orders.forEach(order => delete order._sortTime); this.allOrders = orders; this.totalOrders = orders.length;