| | |
| | | import {environment} from "../../../../environments/environment";
|
| | | import {environment} from '../../../../environments/environment';
|
| | | import {Component, OnInit, ViewChild} from '@angular/core';
|
| | | import {SimpleTableColumn} from "@delon/abc";
|
| | | import {SimpleTableColumn} from '@delon/abc';
|
| | | import {_HttpClient} from '@delon/theme';
|
| | | import {Subject} from "rxjs";
|
| | | import * as moment from 'moment';
|
| | | import {NzMessageService} from "ng-zorro-antd";
|
| | | import {NzMessageService} from 'ng-zorro-antd';
|
| | | import { Subject } from 'rxjs/Subject';
|
| | | @Component({
|
| | | selector: 'app-registration',
|
| | | templateUrl: './registration.component.html',
|
| | |
| | | }
|
| | | },
|
| | | ];
|
| | | isVisible: boolean = false;
|
| | | isVisible = false;
|
| | | _date = new Date(Date.now() + 3600 * 24 * 1 * 1000);
|
| | |
|
| | | ngOnInit() {
|
| | | const organization = this.organization = JSON.parse(sessionStorage.getItem("organization"));
|
| | | const organization = this.organization = JSON.parse(sessionStorage.getItem('organization'));
|
| | | this.extraParams.organizationId = organization.id;
|
| | | this.queryTextStream.debounceTime(900).distinctUntilChanged().subscribe(value => {
|
| | | this.load();
|