bug
parent
877c9d1b78
commit
13ee277cf8
|
|
@ -289,7 +289,7 @@ const AddModalComponent = (props) => {
|
||||||
const [corpInfoList, setCorpInfoList] = useState([]);
|
const [corpInfoList, setCorpInfoList] = useState([]);
|
||||||
|
|
||||||
const getCorpInfoList = async () => {
|
const getCorpInfoList = async () => {
|
||||||
const { data } = await props["corpInfoList"]({ inType: [0, 1, 2, 6] });
|
const { data } = await props["corpInfoList"]({ inType: [0, 1, 6] });
|
||||||
setCorpInfoList(data);
|
setCorpInfoList(data);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue