封闭区域申请:获取口门添加口门级别参数
parent
648f3b759d
commit
18311792ac
|
|
@ -22,7 +22,7 @@ function Add(props) {
|
||||||
const signatureUrl = useRef("");
|
const signatureUrl = useRef("");
|
||||||
|
|
||||||
const getFirstLevelDoorInfoListAll = async () => {
|
const getFirstLevelDoorInfoListAll = async () => {
|
||||||
const { data } = await props["firstLevelDoorInfoListAll"]({ hgAuthArea: gateLevelAuthArea });
|
const { data } = await props["firstLevelDoorInfoListAll"]({ mkmjLevel: 1, hgAuthArea: gateLevelAuthArea });
|
||||||
setFirstLevelDoorInfoListAll(data);
|
setFirstLevelDoorInfoListAll(data);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ function Add(props) {
|
||||||
const signatureUrl = useRef("");
|
const signatureUrl = useRef("");
|
||||||
|
|
||||||
const getFirstLevelDoorInfoListAll = async () => {
|
const getFirstLevelDoorInfoListAll = async () => {
|
||||||
const { data } = await props["firstLevelDoorInfoListAll"]({ hgAuthArea: gateLevelAuthArea });
|
const { data } = await props["firstLevelDoorInfoListAll"]({ mkmjLevel: 1, hgAuthArea: gateLevelAuthArea });
|
||||||
setFirstLevelDoorInfoListAll(data);
|
setFirstLevelDoorInfoListAll(data);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ function Add(props) {
|
||||||
setApprovalUserListAll(data);
|
setApprovalUserListAll(data);
|
||||||
};
|
};
|
||||||
const getFirstLevelDoorInfoListAll = async () => {
|
const getFirstLevelDoorInfoListAll = async () => {
|
||||||
const { data } = await props["firstLevelDoorInfoListAll"]({ hgAuthArea: gateLevelAuthArea });
|
const { data } = await props["firstLevelDoorInfoListAll"]({ mkmjLevel: 1, hgAuthArea: gateLevelAuthArea });
|
||||||
setFirstLevelDoorInfoListAll(data);
|
setFirstLevelDoorInfoListAll(data);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ function List(props) {
|
||||||
});
|
});
|
||||||
|
|
||||||
const getFirstLevelDoorInfoListAll = async () => {
|
const getFirstLevelDoorInfoListAll = async () => {
|
||||||
const { data } = await props["firstLevelDoorInfoListAll"]();
|
const { data } = await props["firstLevelDoorInfoListAll"]({ mkmjLevel: 1 });
|
||||||
setFirstLevelDoorInfoListAll(data);
|
setFirstLevelDoorInfoListAll(data);
|
||||||
};
|
};
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ function Add(props) {
|
||||||
setApprovalUserListAll(data);
|
setApprovalUserListAll(data);
|
||||||
};
|
};
|
||||||
const getFirstLevelDoorInfoListAll = async () => {
|
const getFirstLevelDoorInfoListAll = async () => {
|
||||||
const { data } = await props["firstLevelDoorInfoListAll"]({ hgAuthArea: gateLevelAuthArea });
|
const { data } = await props["firstLevelDoorInfoListAll"]({ mkmjLevel: 1, hgAuthArea: gateLevelAuthArea });
|
||||||
setFirstLevelDoorInfoListAll(data);
|
setFirstLevelDoorInfoListAll(data);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ function List(props) {
|
||||||
});
|
});
|
||||||
|
|
||||||
const getFirstLevelDoorInfoListAll = async () => {
|
const getFirstLevelDoorInfoListAll = async () => {
|
||||||
const { data } = await props["firstLevelDoorInfoListAll"]();
|
const { data } = await props["firstLevelDoorInfoListAll"]({ mkmjLevel: 1 });
|
||||||
setFirstLevelDoorInfoListAll(data);
|
setFirstLevelDoorInfoListAll(data);
|
||||||
};
|
};
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue