mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Refified processService methods;
Add approve page and criate its layout; Finish functionality for list approve page
This commit is contained in:
@@ -35,11 +35,13 @@ export class AttachmentsService {
|
||||
}
|
||||
|
||||
getAttachments(source: number, sourceid: string): Observable<Attachment[]>{
|
||||
let geturl = environment.apiURL + 'attachments/GetAttachments';
|
||||
let geturl = environment.apiURL + 'attachments/GetSourceName';
|
||||
let params = new HttpParams();
|
||||
|
||||
params = params.set("Source", source.toString());
|
||||
params = params.set("SourceId", sourceid);
|
||||
/* params = params.set("SourceId", sourceid); */
|
||||
|
||||
|
||||
|
||||
let options = {
|
||||
headers: this.headers,
|
||||
|
||||
Reference in New Issue
Block a user