diff --git a/WebContent/Tenwa/Core/FlowManager/BaseFunction/BaseFlowListFunction.jspf b/WebContent/Tenwa/Core/FlowManager/BaseFunction/BaseFlowListFunction.jspf index 2a16e0b0f..a30f92442 100644 --- a/WebContent/Tenwa/Core/FlowManager/BaseFunction/BaseFlowListFunction.jspf +++ b/WebContent/Tenwa/Core/FlowManager/BaseFunction/BaseFlowListFunction.jspf @@ -46,7 +46,7 @@ function cancelApply(){ return; } FlowFunction.cancelApply(param["ObjectType"],param["ObjectNo"],param["FlowNo"]); - FlowFunction.closeViewTab(); + reloadSelf(); } function setConfigFlowToOtherUser(){ var tasknos=getItemValueArray(0,"SerialNO")||[]; diff --git a/WebContent/Tenwa/Core/FlowManager/BaseFunction/BaseFlowListFunctionForTab.jspf b/WebContent/Tenwa/Core/FlowManager/BaseFunction/BaseFlowListFunctionForTab.jspf new file mode 100644 index 000000000..2a16e0b0f --- /dev/null +++ b/WebContent/Tenwa/Core/FlowManager/BaseFunction/BaseFlowListFunctionForTab.jspf @@ -0,0 +1,172 @@ +<%@ page contentType="text/html; charset=GBK"%> +<%@ include file="/Tenwa/Core/FlowManager/BaseFunction/BaseFlowFunction.jspf" %> + \ No newline at end of file diff --git a/WebContent/Tenwa/Core/FlowManager/FlowPage/FlowPageViewTab.jsp b/WebContent/Tenwa/Core/FlowManager/FlowPage/FlowPageViewTab.jsp index 28deaed72..412eba8b7 100644 --- a/WebContent/Tenwa/Core/FlowManager/FlowPage/FlowPageViewTab.jsp +++ b/WebContent/Tenwa/Core/FlowManager/FlowPage/FlowPageViewTab.jsp @@ -8,7 +8,7 @@ <%@page import="com.amarsoft.app.lc.taskObject.TaskObjectManager"%> <%@ page contentType="text/html; charset=GBK"%> <%@ include file="/IncludeBegin.jsp"%> -<%@include file="/Tenwa/Core/FlowManager/BaseFunction/BaseFlowListFunction.jspf" %> +<%@include file="/Tenwa/Core/FlowManager/BaseFunction/BaseFlowListFunctionForTab.jspf" %> <% //获得页面参数 String taskNo= CurPage.getParameter("TaskNo");