mirror of https://github.com/jumpserver/jumpserver
[Update] 更新remote-app用户/用户组时自动刷新页面
parent
75edc26a10
commit
041d99f0be
|
@ -179,9 +179,13 @@
|
|||
var body = {
|
||||
user_groups: groups
|
||||
};
|
||||
var success = function(data) {
|
||||
location.reload();
|
||||
};
|
||||
requestApi({
|
||||
url: the_url,
|
||||
body: JSON.stringify(body)
|
||||
body: JSON.stringify(body),
|
||||
success: success
|
||||
});
|
||||
}
|
||||
$(document).ready(function () {
|
||||
|
|
Loading…
Reference in New Issue