Fixiaobai
2023-12-11 5d64e2573f5e0b9dc06891cf441c02b057310e1c
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)