Merge pull request #3118 from jumpserver/dev_perms

[Update] 优化资产授权详情页面,添加系统用户后自动reload页面
pull/3121/head
BaiJiangJie 2019-08-14 18:00:14 +08:00 committed by GitHub
commit 72e746181f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -189,7 +189,8 @@ function updateSystemUser(system_users) {
};
requestApi({
url: the_url,
body: JSON.stringify(body)
body: JSON.stringify(body),
success: function () {window.location.reload()}
});
}