From 853dbb836769ebbb69ae9594be1d96fcbbdec408 Mon Sep 17 00:00:00 2001 From: zhangdi <1104545947@qq.com> Date: Wed, 3 Jun 2026 20:07:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E4=BA=A7=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productionSchedulingPlan/schedulingDashboard/container.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;