liyinglin 3 years ago
parent 10fd1bcc3e
commit 80ad5a8a7b

@ -321,7 +321,7 @@ class ProjectController extends CommonController
"id" => "fm",
"url" => url($this->urlPrefix . "/asksubmit_store")
]);
dd($form->project_id);
dd($form->project_id->setValue(2));
return view($this->bladePath . ".asksubmit_create", compact("form"));
}

Loading…
Cancel
Save