mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 05:45:50 +00:00
fix new task
This commit is contained in:
@@ -195,16 +195,16 @@ export class DeplomasService {
|
||||
|
||||
updateNewCount() {
|
||||
this.diplomasAssinadoListNewCount = this._diplomasAssinadoList.filter((e) =>{
|
||||
return this.lessthen24Hours(e.TaskStartDate)
|
||||
return this.lessthen24Hours(e.TaskReceiveDate)
|
||||
})
|
||||
this.diplomasReviewListNewCount = this._diplomasReviewList.filter((e) =>{
|
||||
return this.lessthen24Hours(e.TaskStartDate)
|
||||
return this.lessthen24Hours(e.TaskReceiveDate)
|
||||
})
|
||||
this.diplomasGerarListNewCount = this._diplomasGerarList.filter((e) =>{
|
||||
return this.lessthen24Hours(e.TaskStartDate)
|
||||
return this.lessthen24Hours(e.TaskReceiveDate)
|
||||
})
|
||||
this.diplomasParaAssinarNewCount = this._diplomasParaAssinar.filter((e) =>{
|
||||
return this.lessthen24Hours(e.TaskStartDate)
|
||||
return this.lessthen24Hours(e.TaskReceiveDate)
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user