fengxiang
2018-01-10 e2dd88f29f6d080d0ec29815528cd61506ed1da4
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') {