Merge branch '20220309-供应商关联关系疑似违规行为' into 'release_20230407'

4.7 修改评审室请求的顺序

See merge request eshop/fe_service_ebtp_frontend!204
This commit is contained in:
jlfuqj
2023-04-07 08:29:33 +00:00

View File

@ -345,8 +345,6 @@ const BiddingRoom = (props) => {
JuryList.splice(5, 1) JuryList.splice(5, 1)
} }
} }
//弹出供应商关联风险信息
await showRiskModal(false)
//代理&项目经理 //代理&项目经理
if (role == "ebtp-agency-project-manager" || role == "ebtp-purchase") {//代理和采购经理 if (role == "ebtp-agency-project-manager" || role == "ebtp-purchase") {//代理和采购经理
setList(managerList); setList(managerList);
@ -357,6 +355,7 @@ const BiddingRoom = (props) => {
} else { //其他未分配的角色 } else { //其他未分配的角色
setList(managerList); setList(managerList);
} }
return await showRiskModal(false) //弹出供应商关联风险信息
} }
return ( return (