From d5efa53f77e20d6fc68fb0955b3dcab1539e773d Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Fri, 26 Dec 2025 19:41:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E4=BA=A7=E7=9C=8B=E6=9D=BF=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/productionSchedulingPlan/schedulingDashboard/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/productionSchedulingPlan/schedulingDashboard/index.vue b/src/views/productionSchedulingPlan/schedulingDashboard/index.vue index 3082200..f571554 100644 --- a/src/views/productionSchedulingPlan/schedulingDashboard/index.vue +++ b/src/views/productionSchedulingPlan/schedulingDashboard/index.vue @@ -796,7 +796,6 @@ export default { // 滚动到当前时间位置 scrollToCurrentTime() { - debugger const container = this.$refs.timelineContainer; if (container && this.currentTimePosition >= 0 && this.currentTimePosition <= 100) { // 计算当前时间位置的像素值