正在显示
1 个修改的文件
包含
4 行增加
和
2 行删除
@@ -164,12 +164,14 @@ | @@ -164,12 +164,14 @@ | ||
164 | 164 | ||
165 | function set_next_input(obj) { | 165 | function set_next_input(obj) { |
166 | //改变下面这个框的数据源 | 166 | //改变下面这个框的数据源 |
167 | - $("#c-xi_id_text").data("selectPageObject").option.data = 'user/user/index?pid='+1; | 167 | + $("#c-xi_id_text").data("selectPageObject").option.data = 'user/user/index?pid=1'; |
168 | } | 168 | } |
169 | 169 | ||
170 | function set_next_input2(obj) { | 170 | function set_next_input2(obj) { |
171 | + var value_id = $('#c-zhao_id').val(); | ||
172 | + console.log(value_id); | ||
171 | //改变下面这个框的数据源 | 173 | //改变下面这个框的数据源 |
172 | - $("#c-zhao_id_text").data("selectPageObject").option.data = 'user/user/index?pid='+2; | 174 | + $("#c-zhao_id_text").data("selectPageObject").option.data = 'user/user/index?pid=2'; |
173 | 175 | ||
174 | } | 176 | } |
175 | </script> | 177 | </script> |
-
请 注册 或 登录 后发表评论