From 71a92bf89d6a9daea42652aa637a9d297fa31293 Mon Sep 17 00:00:00 2001 From: dearLin <1261008090@qq.com> Date: Mon, 2 Mar 2026 16:52:21 +0800 Subject: [PATCH] =?UTF-8?q?fixed:=E7=9B=91=E7=AE=A1=E7=AB=AF=E4=B8=80?= =?UTF-8?q?=E7=BA=A7=E9=A1=B9=E7=9B=AE=E5=AE=A1=E6=A0=B8=EF=BC=8C=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E6=8C=89=E9=92=AE=E4=B8=8D=E6=AD=A3=E7=A1=AE=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Container/BranchCompany/Qualification/Apply/Add/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 {