Explorar el Código

update

tags/Baseline_30082024_FRONTEND_UAT
cyril.tsui hace 1 año
padre
commit
43b4a34281
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/app/api/reports/actions.ts

+ 1
- 0
src/app/api/reports/actions.ts Ver fichero

@@ -23,6 +23,7 @@ export const fetchProjectCashFlowReport = async (data: ProjectCashFlowReportRequ
};

export const fetchProjectPotentialDelayReport = async (data: ProjectPotentialDelayReportRequest) => {
console.log(data)
const reportBlob = await serverFetchBlob<FileResponse>(
`${BASE_API_URL}/reports/ProjectPotentialDelayReport`,
{


Cargando…
Cancelar
Guardar