风险点展示-评标现场异常情况无数据不显示
This commit is contained in:
@ -173,8 +173,9 @@ const ViewEvalFormModal: React.FC<ViewEvalFormModalProps> = (props) => {
|
|||||||
if (res.success == true) {
|
if (res.success == true) {
|
||||||
getEvalRoomPageFunction(res.data);
|
getEvalRoomPageFunction(res.data);
|
||||||
} else {
|
} else {
|
||||||
message.error('获取评标室预约id失败:显示测试数据-uat专用')
|
//message.error('获取评标室预约id失败:显示测试数据-uat专用')
|
||||||
getEvalRoomPageFunction("1523557937760681984");
|
//getEvalRoomPageFunction("1523557937760681984");
|
||||||
|
setJuryTableShow(false);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user