This commit is contained in:
tiago.kayaya
2021-07-30 14:11:19 +01:00
parent 8376f35c8f
commit 5eaad6f546
4 changed files with 19 additions and 1 deletions
+8
View File
@@ -62,6 +62,7 @@ export class EventsPage implements OnInit {
taskslist:DailyWorkTask[] = [];
expedientList:any;
hideSearchBtn: boolean=false;
// shared data
toDayEventStorage = ToDayEventStorage
@@ -109,6 +110,13 @@ export class EventsPage implements OnInit {
this.LoadList();
}
});
this.hideSearch();
}
hideSearch(){
if(this.router.url == '/home/events'){
this.hideSearchBtn = true;
}
}
doRefresh(event) {