This commit is contained in:
Peter Maquiran
2021-08-09 15:19:32 +01:00
parent 5b2b704dcf
commit f9259289ba
4 changed files with 14 additions and 6 deletions
@@ -35,6 +35,7 @@ export class RequestOptionsPage implements OnInit {
) {
this.task = this.navParams.get('task');
this.fulltask = this.navParams.get('fulltask');
this.serialnumber = this.navParams.get('serialNumber');
this.activatedRoute.queryParams.subscribe(params => {
if(params["serialNumber"]) {
@@ -43,6 +44,8 @@ export class RequestOptionsPage implements OnInit {
}
});
console.log('serialnumber', this.serialnumber)
this.showEnviarPendentes = this.navParams.get('showEnviarPendentes');