hjkl;
This commit is contained in:
parent
25b38878df
commit
ee773f92a1
@ -164,7 +164,8 @@ export class PdReportComponent implements OnInit {
|
|||||||
|
|
||||||
// load pd view component
|
// load pd view component
|
||||||
loadPdViewCompoent() {
|
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
|
// add questions popup model call
|
||||||
|
|||||||
@ -255,7 +255,8 @@ export class QcPdReportComponent implements OnInit {
|
|||||||
loadPdViewCompoent() {
|
loadPdViewCompoent() {
|
||||||
let getItem = localStorage.getItem('userEdits');
|
let getItem = localStorage.getItem('userEdits');
|
||||||
localStorage.removeItem('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
|
// add questions popup model call
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user