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

This commit is contained in:
zhangqinbin
2022-09-02 17:19:57 +08:00
parent 28b6756648
commit f2af275824

View File

@ -173,8 +173,9 @@ const ViewEvalFormModal: React.FC<ViewEvalFormModalProps> = (props) => {
if (res.success == true) {
getEvalRoomPageFunction(res.data);
} else {
message.error('获取评标室预约id失败:显示测试数据-uat专用')
getEvalRoomPageFunction("1523557937760681984");
//message.error('获取评标室预约id失败:显示测试数据-uat专用')
//getEvalRoomPageFunction("1523557937760681984");
setJuryTableShow(false);
}
})
}