From d4431c7e89865a506af8662244004d0baa7ed609 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 11 六月 2025 12:24:15 +0800
Subject: [PATCH] 投诉处理,爬

---
 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