From f2af275824c34bc3130126959df67b3e3223c6cd Mon Sep 17 00:00:00 2001 From: zhangqinbin <181961702@qq.com> Date: Fri, 2 Sep 2022 17:19:57 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A3=8E=E9=99=A9=E7=82=B9=E5=B1=95=E7=A4=BA-?= =?UTF-8?q?=E8=AF=84=E6=A0=87=E7=8E=B0=E5=9C=BA=E5=BC=82=E5=B8=B8=E6=83=85?= =?UTF-8?q?=E5=86=B5=E6=97=A0=E6=95=B0=E6=8D=AE=E4=B8=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BidControlManager/components/ViewEvalFormModal.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/Evaluation/BidControl/BidControlManager/components/ViewEvalFormModal.tsx b/src/pages/Evaluation/BidControl/BidControlManager/components/ViewEvalFormModal.tsx index 8ec87f1..f840eb6 100644 --- a/src/pages/Evaluation/BidControl/BidControlManager/components/ViewEvalFormModal.tsx +++ b/src/pages/Evaluation/BidControl/BidControlManager/components/ViewEvalFormModal.tsx @@ -173,8 +173,9 @@ const ViewEvalFormModal: React.FC = (props) => { if (res.success == true) { getEvalRoomPageFunction(res.data); } else { - message.error('获取评标室预约id失败:显示测试数据-uat专用') - getEvalRoomPageFunction("1523557937760681984"); + //message.error('获取评标室预约id失败:显示测试数据-uat专用') + //getEvalRoomPageFunction("1523557937760681984"); + setJuryTableShow(false); } }) }