zss
2024-03-11 d12fe5cd34a4ac05a7e8e40a4ee1cf2e69dc75e0
src/views/plan/operationtask/gantt.vue
@@ -251,7 +251,6 @@
    this.onTaskDbclickEvents.push(
      gantt.attachEvent('onTaskDblClick', (id, e) => {
        const task = gantt.getTask(id)
        console.log(task)
        if (!task.parent) {
          //   this.$message.warning('所属资源展开后,才可进行编辑')
          return false