Merge branch 'development' of https://gitlab.com/empatnusabangsa/ppob/ppob-backend into devops-staging
This commit is contained in:
commit
f76a648710
|
@ -26,9 +26,6 @@ export class ExcelController {
|
||||||
@Request() req,
|
@Request() req,
|
||||||
@Res() res: Response,
|
@Res() res: Response,
|
||||||
) {
|
) {
|
||||||
res.set({
|
|
||||||
'Content-Disposition': 'attachment; filename="package.xlsx"',
|
|
||||||
});
|
|
||||||
const result = await this.transactionService.exportDataExcel(
|
const result = await this.transactionService.exportDataExcel(
|
||||||
exportTransactionDto.dateStart,
|
exportTransactionDto.dateStart,
|
||||||
id,
|
id,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user