From c1ddccb666d803402bd5337f20730a0f2c66854b Mon Sep 17 00:00:00 2001 From: "zhanglei@ap-leasing.com.cn" Date: Fri, 15 Sep 2023 17:27:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=8D=E6=AC=BA=E8=AF=88-=E8=B4=A6=E5=8F=B7?= =?UTF-8?q?=E5=90=8C=E6=AD=A5=E9=A1=B5=E9=9D=A2=E6=B7=BB=E5=8A=A0=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/AppConfig/OrgUserManage/UserList.jsp | 1 + 1 file changed, 1 insertion(+) diff --git a/WebContent/AppConfig/OrgUserManage/UserList.jsp b/WebContent/AppConfig/OrgUserManage/UserList.jsp index 20c921c14..07be9a6f5 100644 --- a/WebContent/AppConfig/OrgUserManage/UserList.jsp +++ b/WebContent/AppConfig/OrgUserManage/UserList.jsp @@ -76,6 +76,7 @@ } var syncResult = RunJavaMethodTrans("com.ample.esb.controller.AccountSyncController","accountSyncDo","userId="+sUserID+",userName="+sUserName+",afsState="+afsState+",operatorId="+operatorId); alert(syncResult); + reloadSelf(); }); }