mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
Improve counting
This commit is contained in:
@@ -22,8 +22,8 @@ class ExpedienteStorageServiceService {
|
||||
|
||||
setTimeout(()=>{
|
||||
let restore = localstoreService.get(this.keyName, [])
|
||||
this._list = restore.list
|
||||
this._count = restore.count
|
||||
this._list = restore.list || []
|
||||
this._count = restore.count || 0
|
||||
}, 10)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user