yingzi 2 anni fa
parent
commit
845e0d1a2e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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"],