修改排序
This commit is contained in:
parent
c450c4afc5
commit
e105492d27
@ -13,7 +13,7 @@ trait BaseOptionsTrait
|
|||||||
public function getList()
|
public function getList()
|
||||||
{
|
{
|
||||||
return $this->catchSearch()
|
return $this->catchSearch()
|
||||||
->order()
|
->catchOrder()
|
||||||
->paginate();
|
->paginate();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user