|
...
|
...
|
@@ -814,7 +814,7 @@ class ProjectController extends BaseController |
|
|
|
public function saveOtherProject(ProjectLogic $logic){
|
|
|
|
$this->request->validate([
|
|
|
|
'project_id'=>'required',
|
|
|
|
'other_project'=>'required'
|
|
|
|
'other_project'=>'required|array'
|
|
|
|
],[
|
|
|
|
'project_id.required' => 'project_id不能为空',
|
|
|
|
'other_project.required' => '其他项目设置不能为空',
|
...
|
...
|
|