jqgrid select 下拉框从数据库读取数据但得到的数据有一个是"undefined"空数据为
beforeRequest:function(){varstr="";vartext;$.ajax({type:'post',url:'getBaseInfo.do',a...
beforeRequest : function() { var str=""; var text; $.ajax({ type : 'post', url : 'getBaseInfo.do', acync:false, dataType : 'json', success : function(msg) { var base = eval(msg); for ( var o in base) { if (base[o].code == '52'&& base[o].parents_code == null) { // 干扰方式 var parents_code = base[o].code; for ( var o in base) { if (base[o].parents_code == parents_code) { str+= base[o].name+":"+base[o].name+";"; //alert(str); } } } } $("#grid-table01").setColProp('disturbances', { editoptions: { value: str} }); } }); },
展开
- 你的回答被采纳后将获得:
- 系统奖励15(财富值+成长值)+难题奖励10(财富值+成长值)+提问者悬赏10(财富值+成长值)
若以下回答无法解决问题,邀请你更新回答
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询