From a10fa3c55b6bdd330e94831be86037957a8d98e4 Mon Sep 17 00:00:00 2001 From: BaiJiangJie Date: Wed, 14 Aug 2019 17:59:11 +0800 Subject: [PATCH] =?UTF-8?q?[Update]=20=E4=BC=98=E5=8C=96=E8=B5=84=E4=BA=A7?= =?UTF-8?q?=E6=8E=88=E6=9D=83=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2=EF=BC=8C?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=B3=BB=E7=BB=9F=E7=94=A8=E6=88=B7=E5=90=8E?= =?UTF-8?q?=E8=87=AA=E5=8A=A8reload=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/perms/templates/perms/asset_permission_detail.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/perms/templates/perms/asset_permission_detail.html b/apps/perms/templates/perms/asset_permission_detail.html index ad0d3a7cd..044438c43 100644 --- a/apps/perms/templates/perms/asset_permission_detail.html +++ b/apps/perms/templates/perms/asset_permission_detail.html @@ -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()} }); }