{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' } } },
用了这个方式加载数据到下拉列表,怎么不展示?求指教
飞奔的哈哈蜗牛
liyunlei4991
相关分类