username@email.com
2023-03-09 26de0696f74e183e3aadad2e9ff1918b40e5c8cc
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();
    }
}