Commit a10fa3c5 authored by BaiJiangJie's avatar BaiJiangJie

[Update] 优化资产授权详情页面,添加系统用户后自动reload页面

parent d0633adc
...@@ -189,7 +189,8 @@ function updateSystemUser(system_users) { ...@@ -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()}
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment