mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
fix box sixing
This commit is contained in:
@@ -52,8 +52,6 @@ export class AuthService {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
async login(user: UserForm, {saveSession = true}): Promise<LoginUserRespose> {
|
||||
|
||||
@@ -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[] {
|
||||
|
||||
Reference in New Issue
Block a user