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

30900 黔南评奖评优管理-校级优秀毕业生申请(高职,驳回后的审核意见没有限制了

上级 e2fee55f
...@@ -159,6 +159,12 @@ const submitValues = ({ ...@@ -159,6 +159,12 @@ const submitValues = ({
appId: window.smartFormGlobalProps.data.appId, appId: window.smartFormGlobalProps.data.appId,
content: payload.taskForm, content: payload.taskForm,
}).then((res) => { }).then((res) => {
if(!res){ // 如果返回false 中止提交.
that.setState({
isSumbitLoading: false,
});
return false;
}
if (res && res.content && isJSON(res.content)) { if (res && res.content && isJSON(res.content)) {
payload.taskForm = res.content; payload.taskForm = res.content;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论