fix
This commit is contained in:
@@ -111,5 +111,13 @@ goPracticepatients(){
|
||||
this.router.navigateByUrl('/merms-wallet');
|
||||
}
|
||||
|
||||
goSelectPatient(patientData: any) {
|
||||
let navigationExtras: NavigationExtras = {
|
||||
queryParams: {
|
||||
special: JSON.stringify(patientData)
|
||||
}
|
||||
};
|
||||
this.router.navigateByUrl('/merms-selectedpatient',navigationExtras);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user