|
@@ -3913,8 +3913,9 @@ namespace Hotline.Api.Controllers.Bi
|
|
|
{ "channelOptions",_sysDicDataCacheManager.GetSysDicDataCache(TimeLimitBaseDataConsts.SourceChannel) },
|
|
|
{ "acceptTypeOptions",_sysDicDataCacheManager.GetSysDicDataCache(SysDicTypeConsts.AcceptType)},
|
|
|
{ "orderStatusOptions", EnumExts.GetDescriptions<EOrderStatus>()},
|
|
|
- { "currentStepOptions",definition?.Steps.Select(x => new Kv(x.Code, x.Name))}
|
|
|
- };
|
|
|
+ { "currentStepOptions",definition?.Steps.Select(x => new Kv(x.Code, x.Name))},
|
|
|
+ { "visitMananer", _sysDicDataCacheManager.GetSysDicDataCache(SysDicTypeConsts.VisitManner) },
|
|
|
+ };
|
|
|
}
|
|
|
|
|
|
/// <summary>
|