diff --git a/src/api/enclosedPersonnelAndVehicleStatistics/index.js b/src/api/enclosedPersonnelAndVehicleStatistics/index.js index 060d750..655198a 100644 --- a/src/api/enclosedPersonnelAndVehicleStatistics/index.js +++ b/src/api/enclosedPersonnelAndVehicleStatistics/index.js @@ -14,3 +14,8 @@ export const enclosedPersonnelAndVehicleStatisticsPersonnelEntryAndExitRecordsLi "enclosedPersonnelAndVehicleStatisticsLoading", `Post > @/primeport/`, ); +export const eVehicleArrivalDepartureInfoList + = declareRequest( + "enclosedPersonnelAndVehicleStatisticsLoading", + `Post > @/primeport/eVehicleArrivalDepartureInfo/list`, +); diff --git a/src/api/stockPersonnelAndVehicles/index.js b/src/api/stockPersonnelAndVehicles/index.js index 33f48e0..af252ef 100644 --- a/src/api/stockPersonnelAndVehicles/index.js +++ b/src/api/stockPersonnelAndVehicles/index.js @@ -22,3 +22,8 @@ export const stockPersonnelAndVehiclesAuthorization = declareRequest( ); export const stockPersonnelAndVehiclesVehicleManagementVehicleRecordsList = declareRequest("stockPersonnelAndVehiclesLoading", `Post > @/primeport/`); + +export const mkmjSwipeCardRecordList = declareRequest( + "stockPersonnelAndVehiclesLoading", + `Post > @/primeport/mkmjSwipeCardRecord/list`, +) diff --git a/src/api/vehicleApply/index.js b/src/api/vehicleApply/index.js index 63c46ad..4aa7e2a 100644 --- a/src/api/vehicleApply/index.js +++ b/src/api/vehicleApply/index.js @@ -40,3 +40,8 @@ export const inspectDepartmentVehiclesUpdate = declareRequest( "vehicleApplyLoading", `Put > @/primeport/vehicleApply/inspectCarEdit`, ); +export const eVehicleArrivalDepartureInfoList + = declareRequest( + "vehicleApplyLoading", + `Post > @/primeport/eVehicleArrivalDepartureInfo/list`, +); diff --git a/src/pages/Container/Enterprise/EnclosedArea/EnterprisePersonnelPermissions/List/index.js b/src/pages/Container/Enterprise/EnclosedArea/EnterprisePersonnelPermissions/List/index.js index a06debe..4a8f1f9 100644 --- a/src/pages/Container/Enterprise/EnclosedArea/EnterprisePersonnelPermissions/List/index.js +++ b/src/pages/Container/Enterprise/EnclosedArea/EnterprisePersonnelPermissions/List/index.js @@ -125,7 +125,7 @@ function List(props) {