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

3670 H5-驳回审核后,无法查看到学生申请数据

上级 f3cc12cd
......@@ -210,7 +210,7 @@ class DetailSplit extends Component {
// console.log(val);
this.getTaskInfos(val).then( async (res) => {
val.taskInfo = res.taskInfo;
if(res.taskInfo && res.taskInfo.length > 1 && !val.taskFormKey){
if(res.taskInfo && res.taskInfo.length > 1){
if(res.taskInfo[0].taskDefKey === res.taskInfo[res.taskInfo.length - 1].taskDefKey && !val.hisTaskForm.formKeys?.length){
const formKey = res.taskInfo[0].formKey;
// 驳回到发起节点没有展示的bug-3673 查看已驳回的数据的详情,无数据显示
......
......@@ -336,7 +336,7 @@ export async function requestOrigin(url, data, options = {
// return;
}
if (window.location.href.indexOf('/mobile') !== -1) {
if (response.errCode || response.errMsg) {
if (response && (response.errCode || response.errMsg)) {
offline(response.errMsg, 2);
if (data.callback) data.callback(response);
return;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论