From 65d8330d2cdebc2d2198ad6ca12c2d5730f3872c Mon Sep 17 00:00:00 2001 From: dearLin <1261008090@qq.com> Date: Mon, 2 Mar 2026 15:38:09 +0800 Subject: [PATCH] =?UTF-8?q?fixed:14972=20=E3=80=90=E9=9B=86=E5=9B=A2?= =?UTF-8?q?=E7=AB=AF-=E5=87=86=E5=85=A5=E8=B5=84=E8=B4=A8=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E3=80=91=E4=BA=8C=E7=BA=A7=E5=AE=A1=E6=A0=B8=E4=BA=BA?= =?UTF-8?q?=E4=B8=8D=E8=83=BD=E9=80=89=E6=8B=A9=E8=87=AA=E5=B7=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BranchCompany/Qualification/Apply/Add/index.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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(); }