공통데이터 관리 수정
This commit is contained in:
@@ -21,12 +21,12 @@ class User extends BaseController
|
||||
$teamList = $this->userModel->getTeamList();
|
||||
$deptCode = $this->userModel->getDeptCode();
|
||||
|
||||
return view("pages/manage/user/lists", [
|
||||
'userLevel' => $userLevel,
|
||||
'bonbuList' => $bonbuList,
|
||||
'teamList' => $teamList,
|
||||
'deptCode' => $deptCode,
|
||||
]);
|
||||
$this->data['userLevel'] = $userLevel;
|
||||
$this->data['bonbuList'] = $bonbuList;
|
||||
$this->data['teamList'] = $teamList;
|
||||
$this->data['deptCode'] = $deptCode;
|
||||
|
||||
return view("pages/manage/user/lists", $this->data);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user