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(); }