소스 검색

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);
   },