parent
d0d1086dac
commit
dc347ed8ba
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue