From d23f39f6e3f743f7b46097a9315a6e28398218e5 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期六, 06 六月 2020 14:57:04 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/static/js/wrkMast/wrkMast.js b/src/main/webapp/static/js/wrkMast/wrkMast.js
index bdb6c00..fb39654 100644
--- a/src/main/webapp/static/js/wrkMast/wrkMast.js
+++ b/src/main/webapp/static/js/wrkMast/wrkMast.js
@@ -63,7 +63,7 @@
             //         return html;
             //     }}
 
-            ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:130}
+            ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:150}
         ]],
         request: {
             pageName: 'curr',
@@ -149,6 +149,7 @@
                                 layer.closeAll();
                                 if (res.code === 200){
                                     $(".layui-laypage-btn")[0].click();
+                                    layer.msg(res.msg);
                                 } else if (res.code === 403){
                                     top.location.href = baseUrl;
                                 } else {
@@ -184,6 +185,7 @@
                                 layer.closeAll();
                                 if (res.code === 200){
                                     $(".layui-laypage-btn")[0].click();
+                                    layer.msg(res.msg);
                                 } else if (res.code === 403){
                                     top.location.href = baseUrl;
                                 } else {

--
Gitblit v1.9.1