|
@@ -495,12 +495,11 @@ namespace Hotline.Api.Controllers
|
|
|
[HttpGet("approval-base-data")]
|
|
|
public async Task<object> ApprovalBaseData()
|
|
|
{
|
|
|
- var rsp = new
|
|
|
+ return new
|
|
|
{
|
|
|
EKnowledgeWorkFlowStatus = EnumExts.GetDescriptions<EKnowledgeWorkFlowStatus>(),
|
|
|
EKnowledgeApplyType = EnumExts.GetDescriptions<EKnowledgeApplyType>()
|
|
|
};
|
|
|
- return rsp;
|
|
|
}
|
|
|
|
|
|
/// <summary>
|