正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -28,6 +28,7 @@ class ProjectMenuController extends BaseController | @@ -28,6 +28,7 @@ class ProjectMenuController extends BaseController | ||
| 28 | */ | 28 | */ |
| 29 | public function lists(){ | 29 | public function lists(){ |
| 30 | $menuModel = new ProjectMenuModel(); | 30 | $menuModel = new ProjectMenuModel(); |
| 31 | + $this->map['pid'] = $this->param['pid']; | ||
| 31 | $lists = $menuModel->lists($this->map,$this->page,$this->row,$this->order,['*']); | 32 | $lists = $menuModel->lists($this->map,$this->page,$this->row,$this->order,['*']); |
| 32 | $this->response('success',Code::SUCCESS,$lists); | 33 | $this->response('success',Code::SUCCESS,$lists); |
| 33 | } | 34 | } |
-
请 注册 或 登录 后发表评论