Commit 5d5b45e4 authored by hujun's avatar hujun

view

parent 90507d15
......@@ -134,6 +134,10 @@ class Report extends Basic
*/
public function reportList()
{
if (!$this->request->isAjax()) {
return view('report/reportList');
}
$params = $this->params;
/* $params = array(
"agent_id" =>6562,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment