fix box sixing

This commit is contained in:
Peter Maquiran
2023-05-18 17:40:52 +01:00
parent ef882e8ff1
commit a526b91532
36 changed files with 460 additions and 350 deletions
+5 -6
View File
@@ -64,15 +64,15 @@ export class TaskService {
) {
window['all-process-gabinete'] = () => {
this.updateCount()
this.updateAllProcess()
this.updateAllProcess();
this.updateCount();
this.runCallback();
}
this.updateAllProcess()
this.updateAllProcess();
this.updateCount()
this.runCallback();
}
registerCallback({funx, id}) {
@@ -133,7 +133,6 @@ export class TaskService {
.concat(this.eventoaprovacaostore.contactList as any).concat(this.expedientegbstore.list as any).concat(this.despachoStore.list as any).concat(this.pedidosstore.listparecer as any).concat(this.pedidosstore.listdeferimento as any)
.concat(this.pendentesstore.list as any)).reverse()
this.runCallback();
}
sortArrayISODate(myArray: any): any[] {