作者 王智

daima

@@ -34,6 +34,7 @@ class User extends Backend @@ -34,6 +34,7 @@ class User extends Backend
34 public function index() 34 public function index()
35 { 35 {
36 $pid = input('pid'); 36 $pid = input('pid');
  37 + dump($pid);
37 //当前是否为关联查询 38 //当前是否为关联查询
38 $this->relationSearch = true; 39 $this->relationSearch = true;
39 //设置过滤方法 40 //设置过滤方法