mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-01 16:38:02 +08:00
Fix user creation window not closed
This commit is contained in:
parent
a8f27d3b29
commit
eb553ca756
@ -151,7 +151,7 @@ layui.use('form', function(){
|
|||||||
processUserAddOrUpdateResult(result.data, function () {
|
processUserAddOrUpdateResult(result.data, function () {
|
||||||
// close win
|
// close win
|
||||||
// 关闭form
|
// 关闭form
|
||||||
$("#layui-layer2 > span.layui-layer-setwin > a.layui-layer-close1").click();
|
$("span.layui-layer-setwin > a.layui-layer-close1").click();
|
||||||
// 刷新页面
|
// 刷新页面
|
||||||
document.getElementById("admin").contentWindow.location = '/admin/user/index.html';
|
document.getElementById("admin").contentWindow.location = '/admin/user/index.html';
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user