This commit is contained in:
tiago.kayaya
2021-06-08 15:12:39 +01:00
12 changed files with 500 additions and 72 deletions
@@ -37,7 +37,7 @@ export class ExpedienteDetailPage implements OnInit {
serialnumber: string;
profile: string;
intervenientes: any;
cc: any;
cc: any = [];
constructor(private activateRoute: ActivatedRoute,
private processes: ProcessesService,