Corrigue do cadastro das datas no modulo accoes

This commit is contained in:
EQUILIBRIUM\hirondino.van-dunem
2022-06-06 16:09:27 +01:00
parent cde345d696
commit b3a8e7aa1c
4 changed files with 25 additions and 19 deletions
@@ -87,6 +87,9 @@ export class EditActionPage implements OnInit {
}
async save() {
this.injectValidation();
this.runValidation();
let body = {
ProcessId: this.folderId,
Description: this.folder.Description,
@@ -95,7 +98,7 @@ export class EditActionPage implements OnInit {
DateEnd: this.folder.DateEnd,
ActionType: this.folder.ActionType,
}
console.log(this.folder.DateEnd);
const loader = this.toastService.loading()