From 31a7029be85ed41952488e3193352bf1b33d5a43 Mon Sep 17 00:00:00 2001 From: zhangqinbin <181961702@qq.com> Date: Fri, 2 Sep 2022 17:28:12 +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=97=A0?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E4=B8=8D=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BidControlManager/components/ViewEvalFormModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Evaluation/BidControl/BidControlManager/components/ViewEvalFormModal.tsx b/src/pages/Evaluation/BidControl/BidControlManager/components/ViewEvalFormModal.tsx index f840eb6..7c5a6ca 100644 --- a/src/pages/Evaluation/BidControl/BidControlManager/components/ViewEvalFormModal.tsx +++ b/src/pages/Evaluation/BidControl/BidControlManager/components/ViewEvalFormModal.tsx @@ -170,7 +170,7 @@ const ViewEvalFormModal: React.FC = (props) => { const getReserveIdFunction = async () => { await getEvalRoomByAssessId(roomId).then((res) => { - if (res.success == true) { + if (res.success == true&&res.data!=null&&res.data!="") { getEvalRoomPageFunction(res.data); } else { //message.error('获取评标室预约id失败:显示测试数据-uat专用')