|
...
|
...
|
@@ -25,7 +25,7 @@ class AttrController extends BaseController |
|
|
|
$map[] = ['title', 'like', "%{$this->param['search']}%"];
|
|
|
|
}
|
|
|
|
$sort = ['id' => 'desc'];
|
|
|
|
$data = $logic->getList($map, $sort, ['id', 'title', 'attrs']);
|
|
|
|
$data = $logic->getList($map, $sort, ['id', 'title', 'attrs'],$this->row);
|
|
|
|
return $this->success($data);
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|