no message
This commit is contained in:
parent
e35e4ac69a
commit
345cea4ebe
1 changed files with 2 additions and 2 deletions
|
|
@ -85,8 +85,8 @@ export class ReportController extends Controller {
|
|||
//use_filter
|
||||
}
|
||||
if (requestBody.type == "KPI9") {
|
||||
templateName = "KPI8";
|
||||
reportName = "KPI8";
|
||||
templateName = "KPI9";
|
||||
reportName = "KPI9";
|
||||
}
|
||||
if (requestBody.root && requestBody.periodId) {
|
||||
const getEvaluations = await this.kpiUserEvaluationRepository.find({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue