Browse Source

update

tags/Baseline_30082024_FRONTEND_UAT
cyril.tsui 1 year ago
parent
commit
43b4a34281
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/app/api/reports/actions.ts

+ 1
- 0
src/app/api/reports/actions.ts View File

@@ -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`,
{


Loading…
Cancel
Save