From 85d8f5de30487ccca3c89e4e6a2404bc235d9ae3 Mon Sep 17 00:00:00 2001 From: user Date: Tue, 10 Jul 2018 20:00:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E7=94=B3=E8=AF=B7=EF=BC=8C?= =?UTF-8?q?=E8=B5=84=E6=96=99=E6=B8=85=E5=8D=95=E4=BF=AE=E6=94=B9=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E6=96=87=E4=BB=B6=E5=90=8E=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Tenwa/Comm/DocList/PayDocList.jsp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/WebContent/Tenwa/Comm/DocList/PayDocList.jsp b/WebContent/Tenwa/Comm/DocList/PayDocList.jsp index 998e9d072..1bd50b353 100644 --- a/WebContent/Tenwa/Comm/DocList/PayDocList.jsp +++ b/WebContent/Tenwa/Comm/DocList/PayDocList.jsp @@ -114,7 +114,7 @@ function selectFile(){ AsControl.OpenTab("/Tenwa/Comm/Document/LBDocumentList.jsp","ObjectNo=20170427000001",objectinfo); } function saveRecord(){ - as_save("myiframe0","heping()"); + as_save("myiframe0","heping()"); } //在加载完表格后调用 function afterSearch(){ @@ -191,7 +191,8 @@ function upload(id){ var sUrl="/Tenwa/Comm/DocList/DocListInfo.jsp"; AsDialog.PopView(sUrl,param,"dialogWidth=480px;dialogHeight=400px;resizable=no;scrollbars=no;status:yes;maximize:no;help:no;",function(message){ var str=RunJavaMethodTrans("com.tenwa.doc.action.DocListAction","updateBussinessCheck","library_id="+id+",BussinessCheck=DocCheck_0"); - reloadSelf(); +// reloadSelf(); + location.reload(); heping(); },"上传附件"); }