mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-06 04:12:48 +08:00
新增表格输入
This commit is contained in:
@@ -38,7 +38,9 @@ class Post extends Common
|
||||
$list = ModelPost::with(['categorys.category', 'tags.tag'])
|
||||
->where('type', $this->request->param('type', 1))
|
||||
->order('id desc')
|
||||
->paginate();
|
||||
->paginate([
|
||||
'query' => $this->request->get()
|
||||
]);
|
||||
|
||||
View::assign('list', $list);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user