提交getOfflineStatusById

This commit is contained in:
jlzhangyx5
2025-07-11 16:49:38 +08:00
parent b06cc546b7
commit 4dcd59ef37
2 changed files with 23 additions and 1 deletions

View File

@ -209,7 +209,7 @@ const BiddingRoom = (props) => {
//评审结果页签点击事件
const onclick = async (path, id) => {
// await getOfflineStatusById(roomId)
await getOfflineStatusById(roomId)
if ((role == 'ebtp-agency-project-manager' || role == 'ebtp-purchase') && id == 8) { //代理&采购经理进入评审结果
if (roomReviewMethod == 0){
const success = await isClickResult();