mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
Improve responsiveness
This commit is contained in:
@@ -108,10 +108,8 @@ export class ApproveEventComponent implements OnInit {
|
||||
}
|
||||
|
||||
async getAttachments(){
|
||||
console.log('load attachment')
|
||||
this.loadedAttachments = await this.attachmentsService.getAttachmentsById(this.InstanceId).toPromise();
|
||||
|
||||
console.log('this.loadedAttachments', this.loadedAttachments)
|
||||
}
|
||||
|
||||
viewDocument(sourceId){
|
||||
|
||||
Reference in New Issue
Block a user