Commit c018ffab authored by 黄奎's avatar 黄奎

页面修改

parent 4ea1efa0
......@@ -678,7 +678,6 @@ namespace Edu.WebApi.Controllers.Exam
flowNodeViewModel.FlowAduitList.Add(auditModel);
flowViewModel.FlowNodeList.Add(flowNodeViewModel);
}
listFlow.Add(flowViewModel);
}
}
......@@ -750,7 +749,7 @@ namespace Edu.WebApi.Controllers.Exam
}
catch (Exception ex)
{
Common.Plugin.LogHelper.Write(ex, "SetExaminationConfigure");
}
}
return flag ? ApiResult.Success(data: extModel) : ApiResult.Failed();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment