This commit is contained in:
Peter Maquiran
2023-07-21 10:48:26 +01:00
parent 4143a2d007
commit ad722c0fea
3 changed files with 10 additions and 10 deletions
@@ -74,7 +74,7 @@ export class DiplomaOptionsPage implements OnInit {
});
modal.onDidDismiss().then(async (res) => {
if(res.data){
if(res.data) {
const DocumentToSave = res.data.documents.map((e) => {
@@ -105,7 +105,7 @@ export class DiplomaOptionsPage implements OnInit {
await this.arquivar(res.data.note, docs);
this.goBack();
} else if (actionName =='AssinarNew') {
await this.AssinarNew(res.data.note, docs)
await this.AssinarNew()
}
}
}, (error) => {
@@ -235,7 +235,7 @@ export class DiplomaOptionsPage implements OnInit {
}
}
async AssinarNew(note:string, documents:any) {
async AssinarNew() {
let body = {
"InstanceId": this.task.InstanceID,
"FolderId": this.task.FolderID,