作者 王智

xiugai

... ... @@ -75,6 +75,8 @@ class Car extends Backend
if ($this->request->isAjax()) {
$list = $this->rulelist;
$total = count($this->rulelist);
dump($list);
die;
$result = array("total" => $total, "rows" => $list);
return json($result);
}
... ...