风险点展示-评标现场异常无数据不展示

This commit is contained in:
zhangqinbin
2022-09-02 17:28:12 +08:00
parent f2af275824
commit 31a7029be8

View File

@ -170,7 +170,7 @@ const ViewEvalFormModal: React.FC<ViewEvalFormModalProps> = (props) => {
const getReserveIdFunction = async () => { const getReserveIdFunction = async () => {
await getEvalRoomByAssessId(roomId).then((res) => { await getEvalRoomByAssessId(roomId).then((res) => {
if (res.success == true) { if (res.success == true&&res.data!=null&&res.data!="") {
getEvalRoomPageFunction(res.data); getEvalRoomPageFunction(res.data);
} else { } else {
//message.error('获取评标室预约id失败:显示测试数据-uat专用') //message.error('获取评标室预约id失败:显示测试数据-uat专用')