zhengcaioa/zhengcaioa/wwwroot/js/plugins/search/search.js
@@ -214,6 +214,13 @@ totalrows: "Records" // 表示需从Server得到总共多少行数据的参数名称,参见jqGrid选项中的rowTotal }, gridComplete: completeMethod, loadComplete: function loadcompleteMethod(xhr) { if (typeof (_afterLoadDataload) === "function") { _afterLoadDataload(xhr); } }, multiselect: gridConfig.multiselect , beforeRequest: BeforeRequest }); @@ -321,4 +328,7 @@ _afterLoadData(); } }