正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
@@ -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 = input('pid'); | 36 | + $pid = 1; |
37 | dump($pid); | 37 | dump($pid); |
38 | //当前是否为关联查询 | 38 | //当前是否为关联查询 |
39 | $this->relationSearch = true; | 39 | $this->relationSearch = true; |
@@ -169,7 +169,7 @@ | @@ -169,7 +169,7 @@ | ||
169 | 169 | ||
170 | function set_next_input2(obj) { | 170 | function set_next_input2(obj) { |
171 | //改变下面这个框的数据源 | 171 | //改变下面这个框的数据源 |
172 | - $("#c-zhao_id_id_text").data("selectPageObject").option.data = 'User/index?pid=2'; | 172 | + $("#c-zhao_id_text").data("selectPageObject").option.data = 'User/index?pid=2'; |
173 | 173 | ||
174 | } | 174 | } |
175 | </script> | 175 | </script> |
-
请 注册 或 登录 后发表评论