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