hjkl;
This commit is contained in:
parent
25b38878df
commit
ee773f92a1
@ -164,7 +164,8 @@ export class PdReportComponent implements OnInit {
|
||||
|
||||
// load pd view component
|
||||
loadPdViewCompoent() {
|
||||
this.router.navigate(['../../viewpd', this.startPD], { relativeTo: this.route });
|
||||
// this.router.navigate(['../../viewpd', this.startPD], { relativeTo: this.route });
|
||||
this.router.navigate(['../../../viewpd', this.startPD,this.masterRandomString], {relativeTo: this.route});
|
||||
}
|
||||
|
||||
// add questions popup model call
|
||||
|
||||
@ -255,7 +255,8 @@ export class QcPdReportComponent implements OnInit {
|
||||
loadPdViewCompoent() {
|
||||
let getItem = localStorage.getItem('userEdits');
|
||||
localStorage.removeItem('userEdits');
|
||||
this.router.navigate(['../../../viewpd',this.startPD], { relativeTo: this.route });
|
||||
this.router.navigate(['../../../viewpd',this.startPD,atob(this.route.snapshot.params['string'])], { relativeTo: this.route });
|
||||
|
||||
}
|
||||
|
||||
// add questions popup model call
|
||||
|
||||
Loading…
Reference in New Issue
Block a user