fixed:14972 【集团端-准入资质申请】二级审核人不能选择自己
parent
75313e950c
commit
65d8330d2c
|
|
@ -133,9 +133,10 @@ const StepOneComponent = (props) => {
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (qualificationsTypeId && stakeholderLevel) {
|
if (qualificationsTypeId && stakeholderLevel) {
|
||||||
if (stakeholderLevel === 'two-level') {
|
if (stakeholderLevel === "two-level") {
|
||||||
getCorpInfoList(1, 1);
|
getCorpInfoList(1, 1);
|
||||||
}else {
|
}
|
||||||
|
else {
|
||||||
getCorpInfoList(1, 0);
|
getCorpInfoList(1, 0);
|
||||||
}
|
}
|
||||||
getQualificationsListAll();
|
getQualificationsListAll();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue