fix book-meeting

This commit is contained in:
tiago.kayaya
2021-04-22 09:35:13 +01:00
parent c6534374cd
commit b58e14b0dc
13 changed files with 466 additions and 4 deletions
@@ -52,6 +52,7 @@ export class ExpedientsPage implements OnInit {
LoadList(){
this.processes.GetTasksList("Expediente", false).subscribe(result => {
console.log(result);
this.taskslist = new Array();
let res = result.reverse();
res.forEach(element => {