mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
add attendies
This commit is contained in:
+2
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user