mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
Improve
This commit is contained in:
@@ -292,7 +292,7 @@ export class DiplomasGerarPage implements OnInit {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
async Assinar(){
|
async Assinar() {
|
||||||
let body = {
|
let body = {
|
||||||
"serialNumber": this.serialnumber,
|
"serialNumber": this.serialnumber,
|
||||||
"action": "Assinado",
|
"action": "Assinado",
|
||||||
|
|||||||
@@ -46,8 +46,6 @@ export class DiplomasGerarPage implements OnInit {
|
|||||||
|
|
||||||
async LoadList() {
|
async LoadList() {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
this.skeletonLoader = true
|
this.skeletonLoader = true
|
||||||
|
|
||||||
let diplomas = await this.processes.GetTasksList("Despacho do Presidente da República", false).toPromise();
|
let diplomas = await this.processes.GetTasksList("Despacho do Presidente da República", false).toPromise();
|
||||||
@@ -64,9 +62,7 @@ export class DiplomasGerarPage implements OnInit {
|
|||||||
|
|
||||||
this.diplomasList = this.sortService.sortDate(this.diplomasList, 'CreateDate')
|
this.diplomasList = this.sortService.sortDate(this.diplomasList, 'CreateDate')
|
||||||
|
|
||||||
|
|
||||||
this.deplomasStore.resetDiplomaGerar(this.diplomasList);
|
this.deplomasStore.resetDiplomaGerar(this.diplomasList);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user