parent
d0d1086dac
commit
dc347ed8ba
@ -276,7 +276,7 @@ export default {
|
|||||||
|
|
||||||
this.commentEdit.taskId = this.taskId
|
this.commentEdit.taskId = this.taskId
|
||||||
try {
|
try {
|
||||||
const comment = this.taskCommentService.update(this.commentEdit)
|
const comment = await this.taskCommentService.update(this.commentEdit)
|
||||||
for (const c in this.comments) {
|
for (const c in this.comments) {
|
||||||
if (this.comments[c].id === this.commentEdit.id) {
|
if (this.comments[c].id === this.commentEdit.id) {
|
||||||
this.comments[c] = comment
|
this.comments[c] = comment
|
||||||
|
Loading…
x
Reference in New Issue
Block a user