Improve responsiveness

This commit is contained in:
Peter Maquiran
2021-05-03 13:19:18 +01:00
parent 66f647924e
commit bed569de81
4 changed files with 37 additions and 41 deletions
@@ -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){