shish 5 лет назад
Родитель
Сommit
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
     public function actionList()
     {
+        unset($_GET['page']);
         $get = Yii::$app->request->get();
         $type = isset($get['type']) ? $get['type'] : 0;
         $name = isset($get['name']) ? $get['name'] : '';