diff --git a/src/pages/Container/BranchCompany/Qualification/Apply/Add/index.js b/src/pages/Container/BranchCompany/Qualification/Apply/Add/index.js index 046e63c..a6ec027 100644 --- a/src/pages/Container/BranchCompany/Qualification/Apply/Add/index.js +++ b/src/pages/Container/BranchCompany/Qualification/Apply/Add/index.js @@ -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(); }