From bcae18c30bd3b4512763c875d68ec6e30ef22a02 Mon Sep 17 00:00:00 2001 From: icssoa <2570063477@qq.com> Date: Sat, 6 Mar 2021 14:07:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=88=A0=E9=99=A4=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cool/modules/task/views/task.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }); })