From be46f73bea1f2dc8453f37a32454c9e6f798e579 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 15 六月 2020 13:09:15 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/wrkMast/wrkMast.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/static/js/wrkMast/wrkMast.js b/src/main/webapp/static/js/wrkMast/wrkMast.js
index 721938f..b38ca60 100644
--- a/src/main/webapp/static/js/wrkMast/wrkMast.js
+++ b/src/main/webapp/static/js/wrkMast/wrkMast.js
@@ -306,7 +306,7 @@
                         layer.msg(res.msg);
                     })
                     layer.closeAll();
-                    tableReload();
+                    $(".layui-laypage-btn")[0].click();
                 });
                 break;
             // 鍙栨秷
@@ -316,7 +316,7 @@
                         layer.msg(res.msg);
                     })
                     layer.closeAll();
-                    tableReload();
+                    $(".layui-laypage-btn")[0].click();
                 });
                 break;
             // 璇︽儏

--
Gitblit v1.9.1