From 734c9d2c9c7c851a04b5853d4acb168b41a13ff6 Mon Sep 17 00:00:00 2001 From: cpf <1105965053@qq.com> Date: Sat, 22 Aug 2020 13:43:17 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=AD=A3]=20=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/ui/all-file/all-file.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/ui/all-file/all-file.component.ts b/src/app/ui/all-file/all-file.component.ts index 94f14f5..08a89cd 100644 --- a/src/app/ui/all-file/all-file.component.ts +++ b/src/app/ui/all-file/all-file.component.ts @@ -689,7 +689,7 @@ export class AllFileComponent { this.selection.selected.forEach((element)=>{ let data = element.key.split("/"); this.isTrueDelete.forEach(elements => { - if (elements==data[data.length-2] && data.length-2==2) { + if (elements==data[data.length-2] && data.length-2==2 && !data[data.length-1]) { arrList.push('true') } });