mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
improve
This commit is contained in:
@@ -93,7 +93,7 @@ export class DespachoStoreService {
|
||||
|
||||
ObjectQuery() {}
|
||||
|
||||
get list(): customTask[] {
|
||||
get list(): any[] {
|
||||
return this._list || []
|
||||
}
|
||||
|
||||
|
||||
@@ -33,12 +33,12 @@ export class PedidosStoreService {
|
||||
|
||||
}
|
||||
|
||||
get listparecer() {
|
||||
return this._listParecer
|
||||
get listparecer(): any[] {
|
||||
return this._listParecer || []
|
||||
}
|
||||
|
||||
get listdeferimento() {
|
||||
return this._listDeferimento
|
||||
get listdeferimento(): any[] {
|
||||
return this._listDeferimento || []
|
||||
}
|
||||
|
||||
get countparecer() {
|
||||
|
||||
Reference in New Issue
Block a user