Browse Source

PostIOSVisaProgress

jiangjc 1 year ago
parent
commit
0195a2295d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OASystem/OASystem.Api/Controllers/GroupsController.cs

+ 1 - 1
OASystem/OASystem.Api/Controllers/GroupsController.cs

@@ -463,7 +463,7 @@ namespace OASystem.API.Controllers
             {
                 DelegationVisaViewList visaList = _delegationVisaRep.GetDelegationList(dto);
 
-                return Ok(visaList);
+                return Ok(JsonView(visaList));
             }
             //else
             //{