Fix comment on different task after clicking on a task notification
This commit is contained in:
parent
bf053051f8
commit
fde931eaf4
1 changed files with 3 additions and 0 deletions
|
@ -208,6 +208,9 @@ export default {
|
|||
watch: {
|
||||
taskId() {
|
||||
this.loadComments()
|
||||
this.newComment.taskId = this.taskId
|
||||
this.commentEdit.taskId = this.taskId
|
||||
this.commentToDelete.taskId = this.taskId
|
||||
},
|
||||
canWrite() {
|
||||
this.makeActions()
|
||||
|
|
Loading…
Reference in a new issue