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') {