diff --git a/frontend/src/views/task/TaskList.vue b/frontend/src/views/task/TaskList.vue index f10ea5ea..98b720b3 100644 --- a/frontend/src/views/task/TaskList.vue +++ b/frontend/src/views/task/TaskList.vue @@ -29,10 +29,12 @@ - + + + @@ -50,14 +52,15 @@ - + @@ -331,7 +335,8 @@ export default { message: resp.data.error }) }) - }).catch(() => {}) + }).catch(() => { + }) }, onRemove (row, ev) { ev.stopPropagation()