yingzi 2 years ago
parent
commit
92f6c7d96f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/system/controller/Audit.php

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

@@ -53,10 +53,10 @@ class Audit extends BaseController
      */
     public function infoAuditList(Request $request)
     {
-        $pageSize = 50;
         $post     = UtilService::getMore(
             [
                 ['page', 1],
+                ['pageSize', 50],
                 ['keyword',''],
                 ['mobile',''],
                 ['user_mobile',''],