src/app/routes/users/installer/installer.component.ts
@@ -28,7 +28,7 @@ allChecked = false; indeterminate = false; sortMap: any = {}; loading: boolean = true; loading = true; constructor( public http: HttpClient, @@ -87,7 +87,7 @@ checkAll(value: boolean) { this.curRows.forEach(i => { if (i.isDelete == '1') { if (i.isDelete === '1') { i.checked = false; } else { i.checked = value;