瀏覽代碼

删除分页

shish 5 年之前
父節點
當前提交
0261f60ca3
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app-ghs/controllers/CustomController.php

+ 1 - 0
app-ghs/controllers/CustomController.php

@@ -112,6 +112,7 @@ class CustomController extends BaseController
     //客户列表 ssh 2021.7.8
     //客户列表 ssh 2021.7.8
     public function actionList()
     public function actionList()
     {
     {
+        unset($_GET['page']);
         $get = Yii::$app->request->get();
         $get = Yii::$app->request->get();
         $type = isset($get['type']) ? $get['type'] : 0;
         $type = isset($get['type']) ? $get['type'] : 0;
         $name = isset($get['name']) ? $get['name'] : '';
         $name = isset($get['name']) ? $get['name'] : '';