From 7db4eb32d4d7fd711c3615f664714184b4711d40 Mon Sep 17 00:00:00 2001 From: zhangbb Date: Tue, 28 May 2019 15:03:06 +0800 Subject: [PATCH] =?UTF-8?q?1.IE=E6=B5=8F=E8=A7=88=E5=99=A8=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Flow/CollectionAudit/LcDistributorMarginCompensation.jsp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcDistributorMarginCompensation.jsp b/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcDistributorMarginCompensation.jsp index 55c865d5c..1b07edf73 100644 --- a/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcDistributorMarginCompensation.jsp +++ b/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcDistributorMarginCompensation.jsp @@ -199,7 +199,9 @@ var parm = "id="+ids+",inputuserid="+"<%=CurUser.getUserID()%>"+",inputorgid="+"<%=CurUser.getOrgID()%>"+",distributor_id="+distributor_id; var res = RunJavaMethodTrans("com.tenwa.collectaudit.cache.CollectAuditInfoCache", "afterCollectManageDistributor", parm); alert(res); - location.reload(); + //location.reload(); IE浏览器用这个方法报错 + reloadSelf() + } } function viewAndEdit(){