fixed:监管端一级项目审核,查看按钮不正确的问题

master
dearLin 2026-03-02 16:52:21 +08:00
parent b05b635083
commit 71a92bf89d
1 changed files with 3 additions and 1 deletions

View File

@ -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 {