agregacion pdf

This commit is contained in:
Paola 2021-08-16 18:37:05 -06:00
parent c3b0c0921b
commit 1a8431e962
1 changed files with 3 additions and 0 deletions

View File

@ -458,6 +458,9 @@ export class DashboardUserComponent implements OnInit {
doc.addPage('p');
saveGeneratedPDF(doc, _fileName);
} else {
/*REPORTES POR ENCUESTA:
* */
}
}
}