|
...
|
...
|
@@ -48,6 +48,7 @@ class ProductController extends BaseController |
|
|
|
$query = $this->searchParam($query);
|
|
|
|
$lists = $query->select($filed)->paginate($this->row, ['*'], 'page', $this->page);
|
|
|
|
if(!empty($lists) && !empty($lists['list'])){
|
|
|
|
$lists = $lists->toArray();
|
|
|
|
$cate_data = $this->getCategoryList();//分类
|
|
|
|
$key_data = $this->getKeywordsList();//关键字
|
|
|
|
//获取当前用户选择的模版
|
...
|
...
|
|