request->isAjax()) { $get = $this->request->get(); $lists = OrderstaffLogic::lists($get); $this->_success('获取数据成功',$lists); } return $this->fetch(); } }