|
|
|
@ -379,7 +379,7 @@ class ProjectController extends CommonController
|
|
|
|
"choices" => $choices->toArray(),
|
|
|
|
"choices" => $choices->toArray(),
|
|
|
|
"selected" => $choices->keys()->first()
|
|
|
|
"selected" => $choices->keys()->first()
|
|
|
|
]);
|
|
|
|
]);
|
|
|
|
$form->modify('date', ['default_value' => date('Y-m-d')]);
|
|
|
|
$form->modify('date', ['default_value' => date('Y/m/d')]);
|
|
|
|
return view($this->bladePath . ".asksubmit_create", compact("form"));
|
|
|
|
return view($this->bladePath . ".asksubmit_create", compact("form"));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|