yingzi hace 3 años
padre
commit
845e0d1a2e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/system/controller/Audit.php

+ 1 - 1
app/system/controller/Audit.php

@@ -66,7 +66,7 @@ class Audit extends BaseController
             ], $request
         );
         
-        $data = (new InfoAudit)->getList($post);
+        $data = (new InfoAudit)->getList($post,1);
         return app('json')->success([
             'list'      => $data["list"],
             'pageCount' => $data["totalCount"],