mirror of https://github.com/jumpserver/jumpserver
Merge pull request #3118 from jumpserver/dev_perms
[Update] 优化资产授权详情页面,添加系统用户后自动reload页面pull/3121/head
commit
72e746181f
|
@ -189,7 +189,8 @@ function updateSystemUser(system_users) {
|
||||||
};
|
};
|
||||||
requestApi({
|
requestApi({
|
||||||
url: the_url,
|
url: the_url,
|
||||||
body: JSON.stringify(body)
|
body: JSON.stringify(body),
|
||||||
|
success: function () {window.location.reload()}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue