liyinglin 2 years ago
parent 2bdd703cdc
commit 400945c572

@ -379,7 +379,7 @@ class ProjectController extends CommonController
"choices" => $choices->toArray(),
"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"));
}

Loading…
Cancel
Save