tangjiang 4 ヶ月 前
コミット
7d3c6357f5
1 ファイル変更3 行追加2 行削除
  1. 3 2
      src/Hotline.Api/Controllers/Bi/BiOrderController.cs

+ 3 - 2
src/Hotline.Api/Controllers/Bi/BiOrderController.cs

@@ -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>