mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Improve
This commit is contained in:
@@ -38,6 +38,11 @@ export class AttendeeModalPage implements OnInit {
|
||||
|
||||
}
|
||||
|
||||
ngOnChanges(){
|
||||
this.LtaskParticipants = this.taskParticipants;
|
||||
this.LtaskParticipantsCc = this.taskParticipantsCc;
|
||||
}
|
||||
|
||||
|
||||
currentPath = window.location.pathname;
|
||||
@Input() adding: "intervenient" | "CC";
|
||||
@@ -56,11 +61,9 @@ export class AttendeeModalPage implements OnInit {
|
||||
|
||||
}
|
||||
|
||||
ngOnChanges(event){
|
||||
|
||||
}
|
||||
|
||||
save(){
|
||||
|
||||
this.setIntervenient.emit(this.LtaskParticipants);
|
||||
this.setIntervenientCC.emit(this.LtaskParticipantsCc);
|
||||
|
||||
@@ -77,8 +80,8 @@ export class AttendeeModalPage implements OnInit {
|
||||
|
||||
/* console.log('data', this.LtaskParticipants, this.LtaskParticipantsCc ); */
|
||||
this.dynamicSetIntervenient.emit({
|
||||
LtaskParticipants: this.LtaskParticipants,
|
||||
LtaskParticipantsCc: this.LtaskParticipantsCc
|
||||
taskParticipants: this.LtaskParticipants,
|
||||
taskParticipantsCc: this.LtaskParticipantsCc
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user