diff --git a/src/pages/Container/BranchCompany/Qualification/Apply/Add/index.js b/src/pages/Container/BranchCompany/Qualification/Apply/Add/index.js index 08ba382..6f96d11 100644 --- a/src/pages/Container/BranchCompany/Qualification/Apply/Add/index.js +++ b/src/pages/Container/BranchCompany/Qualification/Apply/Add/index.js @@ -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 {