{field:'categoryName',title:'所属类别',width:100,sortable:true,
formatter:function(value,row,index){
if(row.category!=null && row.category.categoryName!=null){
return row.category.categoryName;
}
},
editor:{
type:'combobox',
options:{
url:'category_getCategoryToJSON.action',
//data:data1,
valueField:'categoryId',
textField:'categoryName'
}
}
},用了这个方式加载数据到下拉列表,怎么不展示?求指教
- 2 回答
- 0 关注
- 1326 浏览
添加回答
举报
0/150
提交
取消