mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
save
This commit is contained in:
@@ -59,9 +59,6 @@ export class DespachosPage implements OnInit {
|
||||
/* this.authService.userData$.subscribe((res:any)=>{
|
||||
//console.log(res);
|
||||
}); */
|
||||
|
||||
let u = this.authService.userData$.toPromise();
|
||||
console.log(u);
|
||||
|
||||
}
|
||||
segmentChanged(ev: any) {
|
||||
@@ -97,7 +94,8 @@ export class DespachosPage implements OnInit {
|
||||
"DocumentsQty": '',
|
||||
"DocId": element.workflowInstanceDataFields.DocId,
|
||||
"WorkflowName": element.workflowDisplayName,
|
||||
"FolderID": element.workflowInstanceDataFields.FolderID
|
||||
"FolderID": element.workflowInstanceDataFields.FolderID,
|
||||
"activityInstanceName": element.activityInstanceName,
|
||||
}
|
||||
|
||||
this.despachoList.push(task)
|
||||
@@ -124,11 +122,11 @@ export class DespachosPage implements OnInit {
|
||||
});
|
||||
}
|
||||
|
||||
doRefresh(event) {
|
||||
doRefresh() {
|
||||
this.LoadList();
|
||||
|
||||
setTimeout(() => {
|
||||
event.target.complete();
|
||||
//event.target.complete();
|
||||
}, 2000);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user