Merge branch '20220523-公开比选一阶段二次项目,资格审查合格供应商为一家时可增加自定义流程' into 'release_20230331'
3.31 公开比选一阶段二次项目,资格审查合格供应商为一家时可增加自定义流程 See merge request eshop/fe_service_ebtp_frontend!197
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user