Fix comments not being loaded again when switching between tasks
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-03-23 18:29:25 +01:00
parent 35d0058026
commit 28c2f3573d
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 5 additions and 0 deletions

View File

@ -102,6 +102,11 @@
mounted() {
this.loadComments()
},
watch: {
taskID() {
this.loadComments()
}
},
methods: {
loadComments() {
this.taskCommentService.getAll({task_id: this.taskID})