提交 ba4e7f15 authored 作者: 钟是志's avatar 钟是志

错误代码删除

上级 902977ea
......@@ -53,7 +53,8 @@ const submitValues = ({
handleUser,
}) => {
if (isCloseFlowPath) {
} else if (!radiovalue && isSecond) {
}
else if (!radiovalue && isSecond) {
openToast('success', '请选择紧急度');
return;
}
......@@ -90,10 +91,6 @@ const submitValues = ({
token: getToken(),
};
payload = callbackSubmitData(payload);
return ;
dispatch({
type: 'affair/getExamineProcess',
payload,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论