|
@@ -351,7 +351,7 @@ public class WorkflowController : BaseController
|
|
|
{
|
|
|
return new
|
|
|
{
|
|
|
- ModuleOptions = WorkflowModule.Modules,
|
|
|
+ ModuleOptions = WorkflowModule.Modules.ToList(),
|
|
|
GenderOptions = EnumExts.GetDescriptions<EHandlerType>(),
|
|
|
CountersignMode = EnumExts.GetDescriptions<ECountersignMode>().Where(d => d.Key != 1)
|
|
|
};
|