diff --git a/cool/modules/task/views/task.vue b/cool/modules/task/views/task.vue index e8f9e6c..657a134 100644 --- a/cool/modules/task/views/task.vue +++ b/cool/modules/task/views/task.vue @@ -607,7 +607,7 @@ export default { type: "warning" }) .then(() => { - this.$service.task.info.delete({ ids: id }).then(() => { + this.$service.task.info.delete({ ids: [id] }).then(() => { this.refreshTask(); }); })