From 064ef1fd2858c6185bd1b7d1e986fc08c7abd8aa Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 11 三月 2021 15:50:10 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/custOrder/custOrder.js |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/static/js/custOrder/custOrder.js b/src/main/webapp/static/js/custOrder/custOrder.js
index a5adbdd..5a4f5ec 100644
--- a/src/main/webapp/static/js/custOrder/custOrder.js
+++ b/src/main/webapp/static/js/custOrder/custOrder.js
@@ -1,15 +1,17 @@
 var pageCurr;
-
 function right(){
-    top.layui.admin.popupRight({
+    top.popupRight = top.layui.admin.popupRight({
         id: 'LAY_adminPopupLayerTest'
         , area: '750px'
         , type: 2
-        ,content:'custOrder/matQuery.html'
-        ,success: function(){
+        , content:'custOrder/matQuery.html'
+        , success: function(){
             // $('#'+ this.id).html('<div style="padding: 20px;">鏀惧叆鍐呭</div>');
             //admin.view(this.id).render('system/xxx')
         }
+        , end: function () {
+            $(".layui-laypage-btn")[0].click();
+        }
     });
 }
 

--
Gitblit v1.9.1