浏览代码

2022.3.22

17613754660 3 年之前
父节点
当前提交
fa7fa5c35a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/project/gantt.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/project/gantt.vue

@@ -25,7 +25,7 @@ export default {
     valueDate:[]
   },
   created:function(){
-    gantt.clearAll()
+    // gantt.clearAll()
     console.log("tasks",this.$props.tasks.data);
   },