From 2f648d7a1dd8578a4e71e7d5b3b536a06af1c8c0 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 15 三月 2021 10:40:45 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/custOrder/custOrder.js |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/src/main/webapp/static/js/custOrder/custOrder.js b/src/main/webapp/static/js/custOrder/custOrder.js
index 6ea3339..d3a2c81 100644
--- a/src/main/webapp/static/js/custOrder/custOrder.js
+++ b/src/main/webapp/static/js/custOrder/custOrder.js
@@ -487,22 +487,22 @@
         page: {
             curr: pageCurr
         },
-        done: function (res, curr, count) {
-            if (res.code === 403) {
-                top.location.href = baseUrl+"/";
-            }
-            pageCurr=curr;
-            if (res.data.length === 0 && count !== 0) {
-                tableIns.reload({
-                    where: searchData,
-                    page: {
-                        curr: pageCurr-1
-                    }
-                });
-                pageCurr -= 1;
-            }
-            limit(child);
-        }
+        // done: function (res, curr, count) {
+        //     if (res.code === 403) {
+        //         top.location.href = baseUrl+"/";
+        //     }
+        //     pageCurr=curr;
+        //     if (res.data.length === 0 && count !== 0) {
+        //         tableIns.reload({
+        //             where: searchData,
+        //             page: {
+        //                 curr: pageCurr-1
+        //             }
+        //         });
+        //         pageCurr -= 1;
+        //     }
+        //     limit(child);
+        // }
     });
 }
 

--
Gitblit v1.9.1