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: {
|
watch: {
|
||||||
dateFrom() {
|
'dateFrom': 'buildTheGanttChart',
|
||||||
this.buildTheGanttChart()
|
'dateTo': 'buildTheGanttChart',
|
||||||
},
|
'listId': 'parseTasks',
|
||||||
dateTo() {
|
|
||||||
this.buildTheGanttChart()
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.now = new Date()
|
this.now = new Date()
|
||||||
|
|
Loading…
Reference in a new issue