Browse Source

fix #1399

Jiang qinghua 3 years ago
parent
commit
1b7893265f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/Grid/Model.php

+ 2 - 0
src/Grid/Model.php

@@ -484,6 +484,8 @@ class Model
     {
         $this->paginator = $paginator;
 
+        $paginator->withQueryString();
+
         $paginator->setPageName($this->getPageName());
     }