공통데이터 관리 수정
This commit is contained in:
@@ -31,12 +31,11 @@ class Home extends BaseController
|
||||
$notice = $this->homeModel->getNoticeList();
|
||||
$statistics = $this->homeModel->getHomeStatistics($this->sdate, $this->edate);
|
||||
|
||||
$this->data['menus'] = $this->data;
|
||||
$this->data['notice'] = $notice;
|
||||
$this->data['statistics'] = $statistics;
|
||||
|
||||
return view('pages/home/dashboard', [
|
||||
'menus' => $this->data,
|
||||
'notice' => $notice,
|
||||
'statistics' => $statistics,
|
||||
]);
|
||||
return view('pages/home/dashboard', $this->data);
|
||||
}
|
||||
|
||||
// 실적조회
|
||||
|
||||
Reference in New Issue
Block a user