add attendies

This commit is contained in:
Peter Maquiran
2024-07-15 14:27:17 +01:00
parent 57ee7dd7cf
commit 36bf948660
3 changed files with 8 additions and 7 deletions
@@ -362,6 +362,8 @@ export class BookMeetingModalPage implements OnInit {
Attachments: []
}
this.postData.Attendees = this.taskParticipants.concat(this.taskParticipantsCc);
const DocumentToSave = this.documents.map((e: any) => {
return {
ApplicationId: e.ApplicationType || e.ApplicationId,
@@ -114,7 +114,6 @@ export class ApproveEventPage implements OnInit {
}
async approveTask(serialNumber: string) {
alert("lll")
let body = { "serialNumber": serialNumber, "action": "Aprovar" }
const loader = this.toastService.loading()