|
@@ -486,7 +486,7 @@ public class WorkflowController : BaseController
|
|
|
{
|
|
|
return new
|
|
|
{
|
|
|
- //ModuleOptions = WorkflowModule.Modules.ToList(),//todo
|
|
|
+ ModuleOptions = WorkflowModuleConsts.AllModules.Select(d => new KeyValuePair<string, string>(d.Code, d.Name)),
|
|
|
HandlerTypeOptions = EnumExts.GetDescriptions<EHandlerType>(),
|
|
|
CountersignMode = EnumExts.GetDescriptions<ECountersignMode>().Where(d => d.Key != 1),
|
|
|
BusinessPropertyOptions = EnumExts.GetDescriptions<EBusinessProperty>(),
|