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