easyui combogrid怎么传递参数到后台
1个回答
2014-12-30 · 知道合伙人数码行家
可以叫我表哥
知道合伙人数码行家
向TA提问 私信TA
知道合伙人数码行家
采纳数:25897
获赞数:1464988
2010年毕业于北京化工大学北方学院计算机科学与技术专业毕业,学士学位,工程电子技术行业4年从业经验。
向TA提问 私信TA
关注
展开全部
代码如下,精测试用data带参数提交行不通,只能是queryParams 的形式
contactsComboGrid = $('#contacts_friends_id') .combogrid( { //url : 'personalContactsMaintainAction!queryContactsComboGrid.action contactsId=' // + id, url : 'personalContactsMaintainAction!queryContactsComboGrid.action', queryParams : { contactsId : contactsFriendsId }, idField : 'contactsId', textField : 'name', panelWidth : 510, editable : false, collapsible : false,// 是否可折叠的 required : true method : 'post', fit : true,// 自动大小 pagination : true, pageSize : 10, pageList : [ 10, 20, 30, 40, 50 ], fitColumns : true, columns : [ [ { field : 'name', title : '姓名', width : 100 }, { field : 'telFirst', title : '手机', width : 150 }, { field : 'company', title : '公司', width : 150 }, { field : 'position', title : '职务', width : 100 }, { field : 'contactsId', hidden : true } ] ] });
contactsComboGrid = $('#contacts_friends_id') .combogrid( { //url : 'personalContactsMaintainAction!queryContactsComboGrid.action contactsId=' // + id, url : 'personalContactsMaintainAction!queryContactsComboGrid.action', queryParams : { contactsId : contactsFriendsId }, idField : 'contactsId', textField : 'name', panelWidth : 510, editable : false, collapsible : false,// 是否可折叠的 required : true method : 'post', fit : true,// 自动大小 pagination : true, pageSize : 10, pageList : [ 10, 20, 30, 40, 50 ], fitColumns : true, columns : [ [ { field : 'name', title : '姓名', width : 100 }, { field : 'telFirst', title : '手机', width : 150 }, { field : 'company', title : '公司', width : 150 }, { field : 'position', title : '职务', width : 100 }, { field : 'contactsId', hidden : true } ] ] });
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询