This commit is contained in:
Peter Maquiran
2022-05-23 14:54:40 +01:00
parent cdf921975c
commit faa2b343c0
17 changed files with 169 additions and 108 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ export class DespachoStoreService {
ObjectQuery() {}
get list(): customTask[] {
get list(): any[] {
return this._list || []
}
+4 -4
View File
@@ -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() {