Fix gantt chart not updating when navigating between lists
This commit is contained in:
parent
12727900de
commit
0d94386e99
1 changed files with 3 additions and 6 deletions
|
@ -183,12 +183,9 @@
|
|||
}
|
||||
},
|
||||
watch: {
|
||||
dateFrom() {
|
||||
this.buildTheGanttChart()
|
||||
},
|
||||
dateTo() {
|
||||
this.buildTheGanttChart()
|
||||
},
|
||||
'dateFrom': 'buildTheGanttChart',
|
||||
'dateTo': 'buildTheGanttChart',
|
||||
'listId': 'parseTasks',
|
||||
},
|
||||
created() {
|
||||
this.now = new Date()
|
||||
|
|
Loading…
Reference in a new issue