Explorar el Código

PostIOSVisaProgress

jiangjc hace 1 año
padre
commit
0195a2295d
Se han modificado 1 ficheros con 1 adiciones y 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
             //{