Forráskód Böngészése

Merge pull request #599 from lyc2468/patch-1

修复 数据表格搜索BUG
Jiang Qinghua 4 éve
szülő
commit
56fa46eccb
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/Grid/Filter.php

+ 1 - 1
src/Grid/Filter.php

@@ -460,7 +460,7 @@ class Filter implements Renderable
             if (! empty($conditions)) {
                 $this->expand();
 
-                $this->grid()->fireOnce(new ApplyFilter($this, [$conditions]));
+                $this->grid()->fireOnce(new ApplyFilter($this->grid(), [$conditions]));
 
                 $this->grid()->model()->disableBindTreeQuery();
             }