Compare commits
2 Commits
ba34af1fe6
...
292e48cd8b
| Author | SHA1 | Date |
|---|---|---|
|
|
292e48cd8b | |
|
|
71a92bf89d |
|
|
@ -132,13 +132,15 @@ const StepOneComponent = (props) => {
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (qualificationsTypeId && stakeholderLevel) {
|
if (stakeholderLevel) {
|
||||||
if (stakeholderLevel === "two-level") {
|
if (stakeholderLevel === "two-level") {
|
||||||
getCorpInfoList(1, 1);
|
getCorpInfoList(1, 1);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
getCorpInfoList(1, 0);
|
getCorpInfoList(1, 0);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
if (qualificationsTypeId && stakeholderLevel) {
|
||||||
getQualificationsListAll();
|
getQualificationsListAll();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue