From 67a0042c5f29e4bb0e0b82f6190f2bc51480b45c Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期二, 28 二月 2023 13:25:09 +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