From 0d96ff4e0833d6a2813a969e1ae0a48f27eee497 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 27 三月 2023 14:24:05 +0800
Subject: [PATCH] 会员发送app后台消息

---
 zhengcaioa/zhengcaioa/wwwroot/js/plugins/search/search.js |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/zhengcaioa/zhengcaioa/wwwroot/js/plugins/search/search.js b/zhengcaioa/zhengcaioa/wwwroot/js/plugins/search/search.js
index b87836c..e795aa7 100644
--- a/zhengcaioa/zhengcaioa/wwwroot/js/plugins/search/search.js
+++ b/zhengcaioa/zhengcaioa/wwwroot/js/plugins/search/search.js
@@ -214,8 +214,16 @@
             totalrows: "Records" // 琛ㄧず闇�浠嶴erver寰楀埌鎬诲叡澶氬皯琛屾暟鎹殑鍙傛暟鍚嶇О锛屽弬瑙乯qGrid閫夐」涓殑rowTotal  
         },
         gridComplete: completeMethod,
+        loadComplete: function loadcompleteMethod(xhr) {
+
+            if (typeof (_afterLoadDataload) === "function") {
+                _afterLoadDataload(xhr);
+            }
+
+        },
         multiselect: gridConfig.multiselect
-          , beforeRequest: BeforeRequest
+        , beforeRequest: BeforeRequest
+        , beforeSelectRow: BeforeSelectRow
     });
 
     //$("#jqGrid").jqGrid('setGroupHeaders', {
@@ -227,6 +235,8 @@
     jQuery("#jqGrid").jqGrid('navGrid', "#jqGridPager", { edit: false, add: false, del: false, search: false, refresh: true });
     doResize();
 });
+function BeforeSelectRow() {
+}
 function BeforeRequest() {
 
 
@@ -321,4 +331,7 @@
         _afterLoadData();
     }
 
+
+    
+
 }
\ No newline at end of file

--
Gitblit v1.9.1