mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
Merge branch 'development' into feat/FE/US-335/production-data-report
This commit is contained in:
@@ -143,10 +143,10 @@ export class ClosingApiService extends BaseApiService<Closing, null, null> {
|
|||||||
id: number
|
id: number
|
||||||
): Promise<BaseApiResponse<ClosingProductionData> | undefined> {
|
): Promise<BaseApiResponse<ClosingProductionData> | undefined> {
|
||||||
try {
|
try {
|
||||||
const getProductionDataPath = `${this.basePath}/${id}/production-data`;
|
// const getProductionDataPath = `${this.basePath}/${id}/production-data`;
|
||||||
const getProductionDataRes = await httpClient<
|
// const getProductionDataRes = await httpClient<
|
||||||
BaseApiResponse<ClosingProductionData>
|
// BaseApiResponse<ClosingProductionData>
|
||||||
>(getProductionDataPath);
|
// >(getProductionDataPath);
|
||||||
|
|
||||||
//
|
//
|
||||||
return getProductionDataRes;
|
return getProductionDataRes;
|
||||||
|
|||||||
Reference in New Issue
Block a user