From 99997dfc073c325a9da9883d3c82e74db4448e30 Mon Sep 17 00:00:00 2001 From: wanggeng <450292408@qq.com> Date: Thu, 5 May 2022 10:39:05 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E4=BA=BA=E5=88=97=E8=A1=A8=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=85=B3=E9=97=AD=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service-group/src/main/resources/templates/group/user/list.html | 2 +- .../src/main/resources/templates/position/user/list.html | 2 +- service-role/src/main/resources/templates/role/user/list.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/service-group/src/main/resources/templates/group/user/list.html b/service-group/src/main/resources/templates/group/user/list.html index 69b2c8fa..e98c2d31 100644 --- a/service-group/src/main/resources/templates/group/user/list.html +++ b/service-group/src/main/resources/templates/group/user/list.html @@ -204,7 +204,7 @@ title: '添加组用户', width: '800px', height: '500px', - closeBtn: 0, + closeBtn: 1, onClose: function() { reloadTable(); } diff --git a/service-position/src/main/resources/templates/position/user/list.html b/service-position/src/main/resources/templates/position/user/list.html index 063c71e5..578a4b24 100644 --- a/service-position/src/main/resources/templates/position/user/list.html +++ b/service-position/src/main/resources/templates/position/user/list.html @@ -204,7 +204,7 @@ title: '添加职位用户', width: '800px', height: '500px', - closeBtn: 0, + closeBtn: 1, onClose: function() { reloadTable(); } diff --git a/service-role/src/main/resources/templates/role/user/list.html b/service-role/src/main/resources/templates/role/user/list.html index 7c2139f5..cdfea2d7 100644 --- a/service-role/src/main/resources/templates/role/user/list.html +++ b/service-role/src/main/resources/templates/role/user/list.html @@ -204,7 +204,7 @@ title: '添加角色用户', width: '800px', height: '500px', - closeBtn: 0, + closeBtn: 1, onClose: function() { reloadTable(); }