From 18311792ac6137ec738d6e62348ea879869aaf50 Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Tue, 24 Mar 2026 17:52:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=81=E9=97=AD=E5=8C=BA=E5=9F=9F=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=EF=BC=9A=E8=8E=B7=E5=8F=96=E5=8F=A3=E9=97=A8=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=8F=A3=E9=97=A8=E7=BA=A7=E5=88=AB=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FirstLevelDoor/PersonnelApplication/Add/index.js | 2 +- .../Stakeholder/FirstLevelDoor/VehicleApplication/Add/index.js | 2 +- .../TemporaryVisitor/TemporaryPersonnel/Add/index.js | 2 +- .../TemporaryVisitor/TemporaryPersonnel/List/index.js | 2 +- .../TemporaryVisitor/TemporaryVehicle/Add/index.js | 2 +- .../TemporaryVisitor/TemporaryVehicle/List/index.js | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/Container/Stakeholder/FirstLevelDoor/PersonnelApplication/Add/index.js b/src/pages/Container/Stakeholder/FirstLevelDoor/PersonnelApplication/Add/index.js index 8bf9430..4c81a15 100644 --- a/src/pages/Container/Stakeholder/FirstLevelDoor/PersonnelApplication/Add/index.js +++ b/src/pages/Container/Stakeholder/FirstLevelDoor/PersonnelApplication/Add/index.js @@ -22,7 +22,7 @@ function Add(props) { const signatureUrl = useRef(""); const getFirstLevelDoorInfoListAll = async () => { - const { data } = await props["firstLevelDoorInfoListAll"]({ hgAuthArea: gateLevelAuthArea }); + const { data } = await props["firstLevelDoorInfoListAll"]({ mkmjLevel: 1, hgAuthArea: gateLevelAuthArea }); setFirstLevelDoorInfoListAll(data); }; diff --git a/src/pages/Container/Stakeholder/FirstLevelDoor/VehicleApplication/Add/index.js b/src/pages/Container/Stakeholder/FirstLevelDoor/VehicleApplication/Add/index.js index adb6d2c..5cd10bb 100644 --- a/src/pages/Container/Stakeholder/FirstLevelDoor/VehicleApplication/Add/index.js +++ b/src/pages/Container/Stakeholder/FirstLevelDoor/VehicleApplication/Add/index.js @@ -24,7 +24,7 @@ function Add(props) { const signatureUrl = useRef(""); const getFirstLevelDoorInfoListAll = async () => { - const { data } = await props["firstLevelDoorInfoListAll"]({ hgAuthArea: gateLevelAuthArea }); + const { data } = await props["firstLevelDoorInfoListAll"]({ mkmjLevel: 1, hgAuthArea: gateLevelAuthArea }); setFirstLevelDoorInfoListAll(data); }; diff --git a/src/pages/Container/Supervision/FirstLevelDoor/PortEntryApproval/TemporaryVisitor/TemporaryPersonnel/Add/index.js b/src/pages/Container/Supervision/FirstLevelDoor/PortEntryApproval/TemporaryVisitor/TemporaryPersonnel/Add/index.js index 8cdb57c..9e2da46 100644 --- a/src/pages/Container/Supervision/FirstLevelDoor/PortEntryApproval/TemporaryVisitor/TemporaryPersonnel/Add/index.js +++ b/src/pages/Container/Supervision/FirstLevelDoor/PortEntryApproval/TemporaryVisitor/TemporaryPersonnel/Add/index.js @@ -25,7 +25,7 @@ function Add(props) { setApprovalUserListAll(data); }; const getFirstLevelDoorInfoListAll = async () => { - const { data } = await props["firstLevelDoorInfoListAll"]({ hgAuthArea: gateLevelAuthArea }); + const { data } = await props["firstLevelDoorInfoListAll"]({ mkmjLevel: 1, hgAuthArea: gateLevelAuthArea }); setFirstLevelDoorInfoListAll(data); }; diff --git a/src/pages/Container/Supervision/FirstLevelDoor/PortEntryApproval/TemporaryVisitor/TemporaryPersonnel/List/index.js b/src/pages/Container/Supervision/FirstLevelDoor/PortEntryApproval/TemporaryVisitor/TemporaryPersonnel/List/index.js index fa3f265..c6f8547 100644 --- a/src/pages/Container/Supervision/FirstLevelDoor/PortEntryApproval/TemporaryVisitor/TemporaryPersonnel/List/index.js +++ b/src/pages/Container/Supervision/FirstLevelDoor/PortEntryApproval/TemporaryVisitor/TemporaryPersonnel/List/index.js @@ -35,7 +35,7 @@ function List(props) { }); const getFirstLevelDoorInfoListAll = async () => { - const { data } = await props["firstLevelDoorInfoListAll"](); + const { data } = await props["firstLevelDoorInfoListAll"]({ mkmjLevel: 1 }); setFirstLevelDoorInfoListAll(data); }; useEffect(() => { diff --git a/src/pages/Container/Supervision/FirstLevelDoor/PortEntryApproval/TemporaryVisitor/TemporaryVehicle/Add/index.js b/src/pages/Container/Supervision/FirstLevelDoor/PortEntryApproval/TemporaryVisitor/TemporaryVehicle/Add/index.js index 97f871d..79607ba 100644 --- a/src/pages/Container/Supervision/FirstLevelDoor/PortEntryApproval/TemporaryVisitor/TemporaryVehicle/Add/index.js +++ b/src/pages/Container/Supervision/FirstLevelDoor/PortEntryApproval/TemporaryVisitor/TemporaryVehicle/Add/index.js @@ -25,7 +25,7 @@ function Add(props) { setApprovalUserListAll(data); }; const getFirstLevelDoorInfoListAll = async () => { - const { data } = await props["firstLevelDoorInfoListAll"]({ hgAuthArea: gateLevelAuthArea }); + const { data } = await props["firstLevelDoorInfoListAll"]({ mkmjLevel: 1, hgAuthArea: gateLevelAuthArea }); setFirstLevelDoorInfoListAll(data); }; diff --git a/src/pages/Container/Supervision/FirstLevelDoor/PortEntryApproval/TemporaryVisitor/TemporaryVehicle/List/index.js b/src/pages/Container/Supervision/FirstLevelDoor/PortEntryApproval/TemporaryVisitor/TemporaryVehicle/List/index.js index fdf616e..29a1bb4 100644 --- a/src/pages/Container/Supervision/FirstLevelDoor/PortEntryApproval/TemporaryVisitor/TemporaryVehicle/List/index.js +++ b/src/pages/Container/Supervision/FirstLevelDoor/PortEntryApproval/TemporaryVisitor/TemporaryVehicle/List/index.js @@ -35,7 +35,7 @@ function List(props) { }); const getFirstLevelDoorInfoListAll = async () => { - const { data } = await props["firstLevelDoorInfoListAll"](); + const { data } = await props["firstLevelDoorInfoListAll"]({ mkmjLevel: 1 }); setFirstLevelDoorInfoListAll(data); }; useEffect(() => {