Merge branch '20220523-公开比选一阶段二次项目,资格审查合格供应商为一家时可增加自定义流程' of http://gitlab.tianti.tg.unicom.local/eshop/fe_service_ebtp_frontend into 20220309-供应商关联关系疑似违规行为

This commit is contained in:
jl-zhoujl2
2023-03-09 14:16:14 +08:00
12 changed files with 228 additions and 150 deletions

View File

@ -248,6 +248,7 @@ export async function jurySaveInfo(record: any) {
sessionStorage.setItem("groupId", record.chatGroupId)
sessionStorage.setItem("expertGroupId", record.expertChatGroupId)
sessionStorage.setItem("sectionId", record.sectionId)
sessionStorage.setItem("roomTypeByEva", record.roomType)
await getQuotationMethodById(record.id)
}