From 5bacc5e126870e63b9ba1facbabf2878bdccfa7d Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期四, 25 四月 2024 16:21:31 +0800
Subject: [PATCH] 解决销售订单跨页无法多选问题

---
 src/views/plan/schedulelookover/ganttview.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/views/plan/schedulelookover/ganttview.vue b/src/views/plan/schedulelookover/ganttview.vue
index 3cb1ac7..03760b0 100644
--- a/src/views/plan/schedulelookover/ganttview.vue
+++ b/src/views/plan/schedulelookover/ganttview.vue
@@ -359,7 +359,6 @@
           return false
         }
         const parentTask = gantt.getTask(task.parent)
-        console.log(parentTask)
         if (parentTask.$open == true) {
           // 浠诲姟灞曞紑鐨勬儏鍐典笅锛屾墠鑳界紪杈�
           this.$emit('task-dbclick', task)

--
Gitblit v1.9.3