3.27 修改

This commit is contained in:
jl-zhoujl2
2023-03-27 10:18:56 +08:00
parent 3162262821
commit 3751dde545

View File

@ -914,6 +914,7 @@ const Index: React.FC<{}> = () => {
*/
const verificationRiskControl = () => {
const remarkList = getRemarkList(ref.current);
if (remarkList) {
let submitData = {
reviewStatus: '2',
reviewTurnId: getURLInformation("turnId"),
@ -931,6 +932,7 @@ const Index: React.FC<{}> = () => {
}
})
}
}
return (
<>