|
...
|
...
|
@@ -28,6 +28,7 @@ class ProjectMenuController extends BaseController |
|
|
|
*/
|
|
|
|
public function lists(){
|
|
|
|
$menuModel = new ProjectMenuModel();
|
|
|
|
$this->map['pid'] = $this->param['pid'];
|
|
|
|
$lists = $menuModel->lists($this->map,$this->page,$this->row,$this->order,['*']);
|
|
|
|
$this->response('success',Code::SUCCESS,$lists);
|
|
|
|
}
|
...
|
...
|
|