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