mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 05:45:50 +00:00
add
This commit is contained in:
@@ -335,6 +335,8 @@ export class DocumentSetUpMeetingPage implements OnInit {
|
||||
this.setIntervenient(newAttendees);
|
||||
this.setIntervenientCC(newAttendeesCC);
|
||||
}
|
||||
}, (error) => {
|
||||
console.log(error)
|
||||
});
|
||||
|
||||
} else {
|
||||
@@ -371,6 +373,8 @@ export class DocumentSetUpMeetingPage implements OnInit {
|
||||
this.setIntervenient(newAttendees);
|
||||
this.setIntervenientCC(newAttendeesCC);
|
||||
}
|
||||
}, (error) => {
|
||||
console.log(error)
|
||||
});
|
||||
} else {
|
||||
this.showAttendees = true;
|
||||
@@ -393,7 +397,9 @@ export class DocumentSetUpMeetingPage implements OnInit {
|
||||
const data = res.data;
|
||||
this.attachments.push(data.selected);
|
||||
}
|
||||
});
|
||||
}, (error) => {
|
||||
console.log(error)
|
||||
});
|
||||
}
|
||||
|
||||
removeAttachment(index: number) {
|
||||
|
||||
Reference in New Issue
Block a user