@wjya/ngx-webapp-icpc.group.pms
Version:
angular webapp : icpc.group.pms
24 lines (23 loc) • 955 B
TypeScript
import { UserStorageService } from '@wjya/ngx-webapp-fx';
import { OnInit } from '@angular/core';
import { DataSourceHelper } from '../../service/data-source.helper';
import { NzModalService, NzMessageService } from 'ng-zorro-antd';
import { ActivatedRoute } from '@angular/router';
export declare class CommunityDetailOfficalComponent implements OnInit {
private dataSourceHelper;
private userStorageService;
private confirmServ;
private activateRoute;
private _message;
private dataSource;
private officalDataSource;
private communityGroupId;
private communityId;
officalOptions: any[];
selectedOption: any;
constructor(dataSourceHelper: DataSourceHelper, userStorageService: UserStorageService, confirmServ: NzModalService, activateRoute: ActivatedRoute, _message: NzMessageService);
ngOnInit(): void;
loadCurrentOffical(): void;
loadAll(): void;
onSave(): void;
}