|
...
|
...
|
@@ -37,6 +37,7 @@ class CategoryController extends BaseController |
|
|
|
$this->map['project_id'] = $this->user['project_id'];
|
|
|
|
$filed = ['id', 'project_id', 'pid', 'title', 'image', 'route','keywords', 'describe', 'status','created_at'];
|
|
|
|
$list = $category->list($this->map,'id',$filed);
|
|
|
|
$data = [];
|
|
|
|
if(!empty($list)){
|
|
|
|
foreach ($list as $k =>$v){
|
|
|
|
$v = $this->handleParam($category,$v);
|
...
|
...
|
|