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