Explorar el Código

添加分页status

chenxiqiang hace 6 años
padre
commit
fdea9271cd
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      manage-server/app/Http/Controllers/ProductController.php

+ 0
- 1
manage-server/app/Http/Controllers/ProductController.php Ver fichero

59
     {
59
     {
60
 
60
 
61
         $json = Product::paginate(20)->toJson();
61
         $json = Product::paginate(20)->toJson();
62
-        $json->status = 0;
63
         return $json;
62
         return $json;
64
     }
63
     }
65
 }
64
 }

Loading…
Cancelar
Guardar