This commit is contained in:
Peter Maquiran
2021-06-09 15:32:54 +01:00
15 changed files with 119 additions and 123 deletions
+2 -2
View File
@@ -81,11 +81,11 @@ export class DelegarPage implements OnInit {
this.modalController.dismiss(null);
}
async saveTask(){
async saveTask() {
if(this.taskParticipants.length > 1){
this.alertService.presentErrorMessage("Selecione apenas um destinatário");
}
else{
else {
let body = {
"SerialNumber": this.task.SerialNumber,
"DispatchDocId": this.task.DocId,