|
|
|
@ -2,7 +2,6 @@ import { Component } from '@angular/core'; |
|
|
|
|
import {FormGroup, NonNullableFormBuilder, ReactiveFormsModule, Validators} from "@angular/forms"; |
|
|
|
|
import {NzMessageService} from "ng-zorro-antd/message"; |
|
|
|
|
import {NzModalComponent, NzModalModule, NzModalService} from "ng-zorro-antd/modal"; |
|
|
|
|
import {SysAccountService} from "../../../servies/account/sys-account.service"; |
|
|
|
|
import {DatePipe, NgForOf, NgIf} from "@angular/common"; |
|
|
|
|
import {NzButtonComponent} from "ng-zorro-antd/button"; |
|
|
|
|
import {NzColDirective, NzRowDirective} from "ng-zorro-antd/grid"; |
|
|
|
@ -21,9 +20,10 @@ import {NzTreeComponent} from "ng-zorro-antd/tree"; |
|
|
|
|
import {NzOptionComponent, NzSelectComponent} from "ng-zorro-antd/select"; |
|
|
|
|
import {NzDropDownModule} from "ng-zorro-antd/dropdown"; |
|
|
|
|
import {NzIconDirective} from "ng-zorro-antd/icon"; |
|
|
|
|
import {RoleService} from "../../../servies/role/role.service"; |
|
|
|
|
import {DictionaryPipe} from "../../../pipes/common/dictionary.pipe"; |
|
|
|
|
import {Dictionary} from "../../../data/common/dictionary.namespace"; |
|
|
|
|
import {SysAccountService} from "../../../services/account/sys-account.service"; |
|
|
|
|
import {RoleService} from "../../../services/role/role.service"; |
|
|
|
|
|
|
|
|
|
@Component({ |
|
|
|
|
selector: 'app-sys-account', |
|
|
|
|