mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
add
This commit is contained in:
@@ -47,9 +47,6 @@ export class AllProcessesPage implements OnInit {
|
||||
ngOnInit() {
|
||||
// this.updateAllProcess()
|
||||
this.checkFilter();
|
||||
}
|
||||
|
||||
ngAfterViewInit(): void {
|
||||
|
||||
this.listSubscription = this.TaskService.registerCallback({
|
||||
id: import.meta.url,
|
||||
@@ -59,6 +56,10 @@ export class AllProcessesPage implements OnInit {
|
||||
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
ngAfterViewInit(): void {
|
||||
|
||||
|
||||
this.dynamicSearch();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user