Merge remote-tracking branch 'origin/master'
commit
6ea0adb4ea
|
|
@ -133,9 +133,10 @@ const StepOneComponent = (props) => {
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (qualificationsTypeId && stakeholderLevel) {
|
if (qualificationsTypeId && stakeholderLevel) {
|
||||||
if (stakeholderLevel === 'two-level') {
|
if (stakeholderLevel === "two-level") {
|
||||||
getCorpInfoList(1, 1);
|
getCorpInfoList(1, 1);
|
||||||
}else {
|
}
|
||||||
|
else {
|
||||||
getCorpInfoList(1, 0);
|
getCorpInfoList(1, 0);
|
||||||
}
|
}
|
||||||
getQualificationsListAll();
|
getQualificationsListAll();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue