|
@@ -1212,7 +1212,8 @@ public class OrderController : BaseController
|
|
FiledTypeOptions = EnumExts.GetDescriptions<FiledType>(),
|
|
FiledTypeOptions = EnumExts.GetDescriptions<FiledType>(),
|
|
AcceptTypeOptions = _sysDicDataCacheManager.GetSysDicDataCache(SysDicTypeConsts.AcceptType),
|
|
AcceptTypeOptions = _sysDicDataCacheManager.GetSysDicDataCache(SysDicTypeConsts.AcceptType),
|
|
OrgsOptions = await _organizeRepository.GetOrgJson(),
|
|
OrgsOptions = await _organizeRepository.GetOrgJson(),
|
|
- CallForwardingOptions = _sysDicDataCacheManager.GetSysDicDataCache(SysDicTypeConsts.CallForwardingSource)
|
|
|
|
|
|
+ CallForwardingOptions = _sysDicDataCacheManager.GetSysDicDataCache(SysDicTypeConsts.CallForwardingSource),
|
|
|
|
+ JudgeStateOptions = EnumExts.GetDescriptions<EJudgeState>()
|
|
};
|
|
};
|
|
}
|
|
}
|
|
|
|
|