正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -33,7 +33,7 @@ class User extends Backend | @@ -33,7 +33,7 @@ class User extends Backend | ||
33 | */ | 33 | */ |
34 | public function index() | 34 | public function index() |
35 | { | 35 | { |
36 | - $pid = 1; | 36 | + $pid = input('pid'); |
37 | dump($pid); | 37 | dump($pid); |
38 | //当前是否为关联查询 | 38 | //当前是否为关联查询 |
39 | $this->relationSearch = true; | 39 | $this->relationSearch = true; |
-
请 注册 或 登录 后发表评论