选人列表添加关闭按钮

This commit is contained in:
wanggeng 2022-05-05 10:39:05 +08:00
parent 67185912eb
commit 99997dfc07
3 changed files with 3 additions and 3 deletions

View File

@ -204,7 +204,7 @@
title: '添加组用户',
width: '800px',
height: '500px',
closeBtn: 0,
closeBtn: 1,
onClose: function() {
reloadTable();
}

View File

@ -204,7 +204,7 @@
title: '添加职位用户',
width: '800px',
height: '500px',
closeBtn: 0,
closeBtn: 1,
onClose: function() {
reloadTable();
}

View File

@ -204,7 +204,7 @@
title: '添加角色用户',
width: '800px',
height: '500px',
closeBtn: 0,
closeBtn: 1,
onClose: function() {
reloadTable();
}