Fix comment on different task after clicking on a task notification
This commit is contained in:
parent
bf053051f8
commit
fde931eaf4
@ -208,6 +208,9 @@ export default {
|
|||||||
watch: {
|
watch: {
|
||||||
taskId() {
|
taskId() {
|
||||||
this.loadComments()
|
this.loadComments()
|
||||||
|
this.newComment.taskId = this.taskId
|
||||||
|
this.commentEdit.taskId = this.taskId
|
||||||
|
this.commentToDelete.taskId = this.taskId
|
||||||
},
|
},
|
||||||
canWrite() {
|
canWrite() {
|
||||||
this.makeActions()
|
this.makeActions()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user