| | |
| | | import {ModalHelper} from '@delon/theme'; |
| | | import {HttpClient} from '@angular/common/http'; |
| | | import {UserInstallerEditComponent} from './edit/edit.component'; |
| | | import {environment} from 'environments/environment'; |
| | | import {environment} from 'environments/environment'; |
| | | import {DateService} from '@business/services/util/date.service'; |
| | | |
| | | @Component({ |
| | |
| | | allChecked = false; |
| | | indeterminate = false; |
| | | sortMap: any = {}; |
| | | loading: boolean = true; |
| | | loading = true; |
| | | |
| | | constructor( |
| | | public http: HttpClient, |
| | |
| | | |
| | | checkAll(value: boolean) { |
| | | this.curRows.forEach(i => { |
| | | if (i.isDelete == '1') { |
| | | if (i.isDelete === '1') { |
| | | i.checked = false; |
| | | } else { |
| | | i.checked = value; |