3.27 比选二次项目,选择结束评审增加参数
This commit is contained in:
@ -840,6 +840,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) {
|
||||
@ -904,7 +909,7 @@ const Index: React.FC<{}> = () => {
|
||||
})
|
||||
}, [count]);
|
||||
|
||||
/**
|
||||
/**
|
||||
* 风控中心校验
|
||||
* @param params
|
||||
*/
|
||||
@ -927,7 +932,7 @@ const Index: React.FC<{}> = () => {
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
return (
|
||||
<>
|
||||
|
Reference in New Issue
Block a user