mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
improvements
This commit is contained in:
@@ -41,12 +41,10 @@ export class ExpedientsPage implements OnInit {
|
||||
|
||||
openExpedientDetailPage(data){
|
||||
console.log(data);
|
||||
|
||||
this.openExpedientDetail.emit(data);
|
||||
}
|
||||
|
||||
LoadList()
|
||||
{
|
||||
LoadList(){
|
||||
this.processes.GetTasksList("Expediente", false).subscribe(result => {
|
||||
this.taskslist = new Array();
|
||||
let res = result.reverse();
|
||||
|
||||
Reference in New Issue
Block a user