diff --git a/src/api/stockPersonnelAndVehicles/index.js b/src/api/stockPersonnelAndVehicles/index.js index d38844c..9195b3e 100644 --- a/src/api/stockPersonnelAndVehicles/index.js +++ b/src/api/stockPersonnelAndVehicles/index.js @@ -4,10 +4,18 @@ export const stockPersonnelAndVehiclesList = declareRequest( "stockPersonnelAndVehiclesLoading", `Get > /primeport/personApply/personnelVehicleManagementList`, ); +export const xgfPersonPermissionsList = declareRequest( + "stockPersonnelAndVehiclesLoading", + `Post > @/primeport/personApply/xgfPersonPermissionsList`, +); export const stockPersonnelAndVehiclesPersonnelRecordsList = declareRequest( "stockPersonnelAndVehiclesLoading", `Post > @/primeport/`, ); +export const xgfPersonAuthorization = declareRequest( + "stockPersonnelAndVehiclesLoading", + `Post > @/primeport/personApply/xgfPersonAuthorization`, +); export const stockPersonnelAndVehiclesAuthorization = declareRequest( "stockPersonnelAndVehiclesLoading", `Post > @/primeport/personApply/authorization`, diff --git a/src/pages/Container/Supervision/FirstLevelDoor/ImportAndExportPortInfo/BranchPersonnelAndVehicles/PersonnelAndVehicle/List/index.js b/src/pages/Container/Supervision/FirstLevelDoor/ImportAndExportPortInfo/BranchPersonnelAndVehicles/PersonnelAndVehicle/List/index.js index 333625b..71a2782 100644 --- a/src/pages/Container/Supervision/FirstLevelDoor/ImportAndExportPortInfo/BranchPersonnelAndVehicles/PersonnelAndVehicle/List/index.js +++ b/src/pages/Container/Supervision/FirstLevelDoor/ImportAndExportPortInfo/BranchPersonnelAndVehicles/PersonnelAndVehicle/List/index.js @@ -28,12 +28,12 @@ function List(props) { />