//注意 WITH和hasWhere不能链式写法 请先赋给个变量
public function index()
{
//设置过滤方法
$this->request->filter(['strip_tags', 'trim']);
if ($this->request->isAjax()) {
//如果发送的来源是Selectpage,则转发到Selectpage
if ($this->request->request('keyField')) {
return $this->selectpage();
}
$arr = [
'type.name',
'type.brand',
'type.model'
];
$perfix = 'type';
$table='fa_facrm_product_type';
$this