diff --git a/src/components/tasks/gantt-component.vue b/src/components/tasks/gantt-component.vue index 37155ee5d..628a95fe4 100644 --- a/src/components/tasks/gantt-component.vue +++ b/src/components/tasks/gantt-component.vue @@ -183,12 +183,9 @@ } }, watch: { - dateFrom() { - this.buildTheGanttChart() - }, - dateTo() { - this.buildTheGanttChart() - }, + 'dateFrom': 'buildTheGanttChart', + 'dateTo': 'buildTheGanttChart', + 'listId': 'parseTasks', }, created() { this.now = new Date()