|
...
|
...
|
@@ -384,7 +384,7 @@ class ProjectController extends BaseController |
|
|
|
'type.required' => '请选择审核类型'
|
|
|
|
]);
|
|
|
|
$belongGroupModel = new BelongingGroup();
|
|
|
|
$lists = $belongGroupModel->list($this->map,'id',['id','name','type'],'asc');
|
|
|
|
$lists = $belongGroupModel->list($this->map,'name',['id','name','type'],'asc');
|
|
|
|
$this->response('success',Code::SUCCESS,$lists);
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|