master
LiuJiaNan 2026-04-14 08:38:52 +08:00
parent 877c9d1b78
commit 13ee277cf8
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ const AddModalComponent = (props) => {
const [corpInfoList, setCorpInfoList] = useState([]);
const getCorpInfoList = async () => {
const { data } = await props["corpInfoList"]({ inType: [0, 1, 2, 6] });
const { data } = await props["corpInfoList"]({ inType: [0, 1, 6] });
setCorpInfoList(data);
};