pd start page changes : kdk

This commit is contained in:
dineshkumarkannan 2018-11-08 23:22:02 +05:30
parent c97070ec25
commit 2c15ad0cb5

View File

@ -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 = "";