From 0023766f0d4379858c2450eac5d0b56f5983deaa Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期三, 26 一月 2022 10:13:06 +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