This commit is contained in:
venbatechnologies@gmail.com 2019-07-12 16:13:18 +05:30
parent 25b38878df
commit ee773f92a1
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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