mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-23 23:05:46 +00:00
Merge branch 'development' into feat/FE/US-335/production-data-report
This commit is contained in:
@@ -148,6 +148,7 @@ export class ClosingApiService extends BaseApiService<Closing, null, null> {
|
|||||||
BaseApiResponse<ClosingProductionData>
|
BaseApiResponse<ClosingProductionData>
|
||||||
>(getProductionDataPath);
|
>(getProductionDataPath);
|
||||||
|
|
||||||
|
//
|
||||||
return getProductionDataRes;
|
return getProductionDataRes;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
if (axios.isAxiosError<BaseApiResponse<ClosingProductionData>>(error)) {
|
if (axios.isAxiosError<BaseApiResponse<ClosingProductionData>>(error)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user