mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
add new features
This commit is contained in:
@@ -46,6 +46,7 @@ export class PendentesPage implements OnInit {
|
||||
searchSubject = ''
|
||||
list = []
|
||||
ordinance: string = 'old'
|
||||
headerName = "Pendentes"
|
||||
|
||||
constructor(
|
||||
private processes: ProcessesService,
|
||||
@@ -99,6 +100,11 @@ export class PendentesPage implements OnInit {
|
||||
this.dynamicSearch();
|
||||
}
|
||||
|
||||
changeFilterName(filterName) {
|
||||
this.filterName = filterName
|
||||
}
|
||||
|
||||
|
||||
async dynamicSearch() {
|
||||
|
||||
if(this.showSearch && this.searchSubject) {
|
||||
|
||||
Reference in New Issue
Block a user