Merge remote-tracking branch 'origin/master'
commit
6ea0adb4ea
|
|
@ -127,16 +127,17 @@ const StepOneComponent = (props) => {
|
|||
};
|
||||
|
||||
useEffect(() => {
|
||||
getCorpInfoList(1,0);
|
||||
getCorpInfoList(1, 0);
|
||||
form.setFieldsValue(props.formValues);
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
if (qualificationsTypeId && stakeholderLevel) {
|
||||
if (stakeholderLevel === 'two-level') {
|
||||
getCorpInfoList(1,1);
|
||||
}else {
|
||||
getCorpInfoList(1,0);
|
||||
if (stakeholderLevel === "two-level") {
|
||||
getCorpInfoList(1, 1);
|
||||
}
|
||||
else {
|
||||
getCorpInfoList(1, 0);
|
||||
}
|
||||
getQualificationsListAll();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue