mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
- Integrate combined profile events at home
-Added another button to change profile
This commit is contained in:
@@ -50,9 +50,9 @@ export class ProcessesService {
|
||||
};
|
||||
return this.http.get<any>(`${geturl}`, options);
|
||||
}
|
||||
FindTask(serialnumber:string): Observable<any>
|
||||
FindTaskDocId(serialnumber:string): Observable<any>
|
||||
{
|
||||
const geturl = environment.apiURL + 'Tasks/FindExpedient';
|
||||
const geturl = environment.apiURL + 'Tasks/FindExpedienteDocId';
|
||||
let params = new HttpParams();
|
||||
|
||||
params = params.set("serialNumber", serialnumber);
|
||||
|
||||
Reference in New Issue
Block a user