/*** * @file: * @author: linkun.he * @Date: 2019-06-03 10:11:13 */ import { HttpClient } from '@angular/common/http'; import { SettingsService } from '@ithinkdt/shared/browser'; import { BaseAjaxService } from '@ithinkdt/shared/http'; import { Observable } from 'rxjs'; export declare class FormSearchService extends BaseAjaxService { private settingsSrv; constructor(settingsSrv: SettingsService, http: HttpClient); uploadData(api: any, param?: any): Observable; searchSelect(api: any, param: any): Observable; getUserdefineDictLists(api: any, param: any, resquestType?: string): any; }