mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
fix
This commit is contained in:
@@ -51,7 +51,15 @@ export class AllProcessesPage implements OnInit {
|
||||
// console.log('this.TaskService.AllProcess', this.TaskService.AllProcess)
|
||||
// this.miniSearch.addAll(this.TaskService.AllProcess)
|
||||
// window['miniSearch'] = this.miniSearch
|
||||
}, 5000)
|
||||
|
||||
|
||||
this.TaskService.registerCallback({
|
||||
id: import.meta.url,
|
||||
funx:() => {
|
||||
this.dynamicSearch()
|
||||
}
|
||||
})
|
||||
}, 10)
|
||||
|
||||
|
||||
this.TaskService.registerCallback({
|
||||
@@ -86,6 +94,7 @@ export class AllProcessesPage implements OnInit {
|
||||
} else {
|
||||
this.AllProcess = this.TaskService.AllProcess
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
checkFilter() {
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
|
||||
<div class="main-container width-100 overflow-y-auto height-100">
|
||||
|
||||
<div *ngIf="diplomasList.length >= 1">
|
||||
<div *ngIf="deplomasStore.diplomasParaAssinarList.length >= 1">
|
||||
|
||||
|
||||
<ion-list >
|
||||
@@ -97,13 +97,13 @@
|
||||
</div>
|
||||
|
||||
<div
|
||||
*ngIf="!skeletonLoader && diplomasList.length == 0"
|
||||
*ngIf="!skeletonLoader && deplomasStore.diplomasParaAssinarList.length == 0"
|
||||
class="empty-list d-flex height-100 align-center justify-content-center"
|
||||
>
|
||||
<span>Lista vazia</span>
|
||||
</div>
|
||||
|
||||
<div *ngIf="skeletonLoader && diplomasList.length == 0">
|
||||
<div *ngIf="skeletonLoader && deplomasStore.diplomasParaAssinarList.length == 0">
|
||||
|
||||
<ion-list>
|
||||
<ion-item>
|
||||
|
||||
@@ -15,7 +15,6 @@ import { TaskService } from 'src/app/services/task.service'
|
||||
})
|
||||
export class DiplomasAssinarPage implements OnInit {
|
||||
|
||||
diplomasList:DailyWorkTask[] = [];
|
||||
serialNumber:string;
|
||||
skeletonLoader = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user