Explorar o código

PostIOSVisaProgress

jiangjc hai 1 ano
pai
achega
0195a2295d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
             //{