zouyu
2023-12-29 a89a1c3f3f82e8adb40170919efcd096e9d225f3
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)