yingzi 2 年之前
父節點
當前提交
92f6c7d96f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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',''],