shish 5 gadi atpakaļ
vecāks
revīzija
0261f60ca3
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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
     public function actionList()
     {
+        unset($_GET['page']);
         $get = Yii::$app->request->get();
         $type = isset($get['type']) ? $get['type'] : 0;
         $name = isset($get['name']) ? $get['name'] : '';