mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
save
This commit is contained in:
@@ -16,16 +16,10 @@ export class DiscartExpedientModalPage implements OnInit {
|
||||
private modalController: ModalController,
|
||||
private processes:ProcessesService,
|
||||
private router:Router,
|
||||
private navParams: NavParams,
|
||||
) {
|
||||
this.serialNumber = this.navParams.get('serialNumber');
|
||||
this.folderId = this.navParams.get('folderId');
|
||||
this.action = this.navParams.get('action');
|
||||
}
|
||||
|
||||
ngOnInit() {
|
||||
console.log(this.serialNumber);
|
||||
|
||||
}
|
||||
close(){
|
||||
this.modalController.dismiss('No');
|
||||
|
||||
Reference in New Issue
Block a user