Commit 5639c0f3 by wangling

修改判断条件

parent 394e2f4d
......@@ -382,7 +382,7 @@ function flclick(obj,value,index,object_type){
$("#birthday").val(object_type);
}else if(index=="SFBS"){
$("#sfbs").val(object_type);
}else if("XB"){
}else if(index=="XB"){
$("#sex").val(object_type);
}else if(index=="BSCS"){
$("#bscscount").val(object_type);
......
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