From 0fb2e66c2487971de45873162e290b849b678ebe Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Fri, 7 Apr 2023 16:28:01 +0800 Subject: [PATCH] =?UTF-8?q?4.7=20=E4=BF=AE=E6=94=B9=E8=AF=84=E5=AE=A1?= =?UTF-8?q?=E5=AE=A4=E8=AF=B7=E6=B1=82=E7=9A=84=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BiddingRoom/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/BiddingRoom/index.js b/src/components/BiddingRoom/index.js index 1566588..dc412ce 100644 --- a/src/components/BiddingRoom/index.js +++ b/src/components/BiddingRoom/index.js @@ -345,8 +345,6 @@ const BiddingRoom = (props) => { JuryList.splice(5, 1) } } - //弹出供应商关联风险信息 - await showRiskModal(false) //代理&项目经理 if (role == "ebtp-agency-project-manager" || role == "ebtp-purchase") {//代理和采购经理 setList(managerList); @@ -357,6 +355,7 @@ const BiddingRoom = (props) => { } else { //其他未分配的角色 setList(managerList); } + return await showRiskModal(false) //弹出供应商关联风险信息 } return (