封闭区域申请:获取口门添加口门级别参数

master
LiuJiaNan 2026-03-24 17:52:32 +08:00
parent 648f3b759d
commit 18311792ac
6 changed files with 6 additions and 6 deletions

View File

@ -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);
};

View File

@ -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);
};

View File

@ -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);
};

View File

@ -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(() => {

View File

@ -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);
};

View File

@ -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(() => {