UNPKG

@wjya/ngx-webapp-icpc.group.pms

Version:

angular webapp : icpc.group.pms

28 lines (27 loc) 975 B
import { DataSourceHelper } from '../../service/data-source.helper'; import { UserStorageService, DataDictService } from '@wjya/ngx-webapp-fx'; import { OnInit } from '@angular/core'; import { FormBuilder, FormGroup, FormControl } from '@angular/forms'; export declare class GroupInfoComponent implements OnInit { private fb; private dataSourceHelper; private userStorageService; private dataDictService; validateForm: FormGroup; isEdit: boolean; private dataSource; private communityGroupId; data: any; regionOptions: any[]; regionItems: any[]; province: any; city: any; county: any; area: string; constructor(fb: FormBuilder, dataSourceHelper: DataSourceHelper, userStorageService: UserStorageService, dataDictService: DataDictService); ngOnInit(): void; loadAll(): void; getFormControl(name: any): FormControl; onSave(): void; toMultiLevel(dict: any): any[]; }