chenhj
6 天以前 cb12d30d03e1940b1447395af46bfaba37b214eb
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)