From 26de0696f74e183e3aadad2e9ff1918b40e5c8cc Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 09 三月 2023 13:46:27 +0800 Subject: [PATCH] 修改导出文书word --- 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