| | |
| | | import {ModalHelper} from '@delon/theme'; |
| | | import {HttpClient} from '@angular/common/http'; |
| | | import {environment} from '../../../../environments/environment'; |
| | | import {DateService} from '../../../core/services/date.service'; |
| | | import {DateService} from '@business/services/util/date.service'; |
| | | import {AccountEditComponent} from './account-edit/account-edit.component'; |
| | | @Component({ |
| | | selector: 'app-account', |
| | |
| | | |
| | | export class AccountComponent implements OnInit { |
| | | |
| | | isDeleteOptions = [ |
| | | private isDeleteOptions = [ |
| | | {value: '1', label: '是'}, |
| | | {value: '0', label: '否'} |
| | | ]; |
| | |
| | | } |
| | | }); |
| | | } |
| | | |
| | | |
| | | checkAll(value: boolean) { |
| | | this.data.forEach(i => { |
| | | if (i.isDelete == '1') { |