mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
save
This commit is contained in:
+2
-5
@@ -28,7 +28,6 @@ export class DiscartExpedientModalPage implements OnInit {
|
||||
|
||||
}
|
||||
close(){
|
||||
/* let body = { "serialNumber": this.serialNumber, "action": "Tratado" } */
|
||||
console.log(this.folderId);
|
||||
console.log('FOLDER');
|
||||
|
||||
@@ -36,12 +35,10 @@ export class DiscartExpedientModalPage implements OnInit {
|
||||
this.processes.UpdateTaskStatus(this.folderId).subscribe(res=>{
|
||||
console.log(res);
|
||||
});
|
||||
}
|
||||
}
|
||||
this.modalController.dismiss();
|
||||
}
|
||||
/* notDelete(){
|
||||
|
||||
} */
|
||||
|
||||
save(){
|
||||
if(this.action != 'discart'){
|
||||
let body = { "serialNumber": this.serialNumber, "action": "Tratado" }
|
||||
|
||||
Reference in New Issue
Block a user