Commit 3d7be45c by sunxin

回显调整2

parent 8c523585
...@@ -54,6 +54,9 @@ ...@@ -54,6 +54,9 @@
slsb.append("<option value="+value+" >"+label+"</option>"); slsb.append("<option value="+value+" >"+label+"</option>");
} }
} }
/*当循环结束,选中区域后,执行查询业务类型*/
alert(slsb.val());
getType();
} }
},error:function(data){ },error:function(data){
alert("系统错误"); alert("系统错误");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment