From b0e569de0b00aa3f89a79e2c908b6d4a13a47a10 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Wed, 10 Jan 2018 13:04:41 +0800 Subject: [PATCH] bug修改 --- src/app/routes/systems/account/account.component.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/routes/systems/account/account.component.ts b/src/app/routes/systems/account/account.component.ts index 053d41d..69ff1db 100644 --- a/src/app/routes/systems/account/account.component.ts +++ b/src/app/routes/systems/account/account.component.ts @@ -13,7 +13,7 @@ export class AccountComponent implements OnInit { - isDeleteOptions = [ + private isDeleteOptions = [ {value: '1', label: '���'}, {value: '0', label: '���'} ]; @@ -98,7 +98,7 @@ } }); } - + checkAll(value: boolean) { this.data.forEach(i => { if (i.isDelete == '1') { -- Gitblit v1.8.0