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