作者 lyh

gx

@@ -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 }