From 92434003bf3e447d360446a62f26a40fb421c55c Mon Sep 17 00:00:00 2001 From: ZhengJie <201507802@qq.com> Date: Wed, 17 Jun 2020 10:23:27 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=BC=BA=E9=99=B7=E4=BF=AE=E5=A4=8D](v2.5):?= =?UTF-8?q?=20=E4=BF=AE=E5=A4=8D=E5=9B=BE=E5=BA=8A=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E4=B8=AD=E5=88=A0=E9=99=A4=E4=B8=8A=E4=BC=A0=E7=9A=84=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E6=8A=A5=E9=94=99=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tools/picture/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/tools/picture/index.vue b/src/views/tools/picture/index.vue index 39cbf36..789dc16 100644 --- a/src/views/tools/picture/index.vue +++ b/src/views/tools/picture/index.vue @@ -143,7 +143,7 @@ export default { handleBeforeRemove(file, fileList) { for (let i = 0; i < this.pictures.length; i++) { if (this.pictures[i].uid === file.uid) { - crudPic.del(this.pictures[i].id).then(res => {}) + crudPic.del(Array.of(this.pictures[i].id)).then(res => {}) return true } }