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) { // 计算当前时间位置的像素值