Merge branch '20220523-公开比选一阶段二次项目,资格审查合格供应商为一家时可增加自定义流程' into 'release_20230331'

3.31 公开比选一阶段二次项目,资格审查合格供应商为一家时可增加自定义流程

See merge request eshop/fe_service_ebtp_frontend!197
This commit is contained in:
jl-zhoujl2
2023-03-31 13:54:26 +00:00
3 changed files with 18 additions and 11 deletions

View File

@ -839,6 +839,11 @@ const Index: React.FC<{}> = () => {
} else {
data["operationType"] = 0
}
} else if (radioValue == 0) {
if (isBxOneSecond) {//比选一阶段二次项目
data["operationType"] = 1
data["customizeFlowStatus"] = 0
}
}
const remarkList = getRemarkList(ref.current)
if (remarkList) {