This commit is contained in:
AdisakKanthawilang 2024-12-11 17:19:41 +07:00
parent 43b636b738
commit 72b5f30fac

View file

@ -232,7 +232,7 @@ export class ReportController extends Controller {
return new HttpSuccess({ return new HttpSuccess({
template: "registry-emp", template: "registry-emp",
reportName: "xlsx-report", reportName: "xlsx-report",
data: mapData, data: groupedData,
}); });
} }