From 18db26a9759c18cac8fa3df420ff80d9f0de1ed9 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期二, 14 十二月 2021 11:11:42 +0800 Subject: [PATCH] 提交 --- zhengcaioa/zhengcaioa/wwwroot/js/plugins/search/search.js | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/zhengcaioa/zhengcaioa/wwwroot/js/plugins/search/search.js b/zhengcaioa/zhengcaioa/wwwroot/js/plugins/search/search.js index b87836c..33dd3ca 100644 --- a/zhengcaioa/zhengcaioa/wwwroot/js/plugins/search/search.js +++ b/zhengcaioa/zhengcaioa/wwwroot/js/plugins/search/search.js @@ -214,6 +214,13 @@ totalrows: "Records" // 琛ㄧず闇�浠嶴erver寰楀埌鎬诲叡澶氬皯琛屾暟鎹殑鍙傛暟鍚嶇О锛屽弬瑙乯qGrid閫夐」涓殑rowTotal }, gridComplete: completeMethod, + loadComplete: function loadcompleteMethod(xhr) { + + if (typeof (_afterLoadDataload) === "function") { + _afterLoadDataload(xhr); + } + + }, multiselect: gridConfig.multiselect , beforeRequest: BeforeRequest }); @@ -321,4 +328,7 @@ _afterLoadData(); } + + + } \ No newline at end of file -- Gitblit v1.9.1