pd start page changes : kdk
This commit is contained in:
parent
c97070ec25
commit
2c15ad0cb5
@ -43,7 +43,8 @@ export class StartPdComponent implements OnInit, OnDestroy {
|
||||
// getQuestionsLength:number;
|
||||
// answerList:any=[];
|
||||
// ansPDList:any=[];
|
||||
// pdFullDetails:any=[];
|
||||
|
||||
pdFullDetails:any=[];
|
||||
|
||||
// category static form buttons
|
||||
categoryFormButtons: any;
|
||||
@ -167,6 +168,7 @@ export class StartPdComponent implements OnInit, OnDestroy {
|
||||
this.actualQuestions = data.records.counts.overall_question_count;
|
||||
this.answeredQuestions = data.records.counts.overall_answered_count;
|
||||
|
||||
this.pdFullDetails = data.records
|
||||
}
|
||||
else {
|
||||
this.pdMasterList = "";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user