@ -297,7 +297,7 @@ class ProjectController extends CommonController
->where(function ($qeury) use ($hushizhang, $userId) {
if ($hushizhang) $qeury->where('admin_id', $userId);
})->where('project_id', $project_id)->paginate(10);
return view($this->bladePath . ".asksubmit.index", compact("data"));
return view($this->bladePath . ".asksubmit_index", compact("data"));
}
public function askSubmitCreate()