|
...
|
...
|
@@ -63,7 +63,7 @@ class ProjectDeptController extends BaseController |
|
|
|
->orderBy('gl_project_dept_user.id','desc');
|
|
|
|
$query = $this->searchParam($query);
|
|
|
|
$lists = $query->paginate($this->row, $this->selectParam(), 'page', $this->page);
|
|
|
|
return $this->success($lists);
|
|
|
|
$this->response('success',Code::SUCCESS,$lists);
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
...
|
...
|
|