后台内容列表

This commit is contained in:
2016-07-11 22:07:04 +08:00
parent bd2f66f3ed
commit 485690400b

View File

@@ -55,7 +55,9 @@ class Content extends Admin{
unset($map['model_id']);
}
$list = $this->model->where($map)->order($order)->paginate(15);
$list = $this->model->where($map)->order($order)->paginate(15, false, array(
'query' => $this->request->param()
));
$data = array(
'grid' => $grid_list,