From 65238d9926389c501544a7b48c7fece74b437d67 Mon Sep 17 00:00:00 2001 From: zhulianghua Date: Fri, 17 Aug 2018 11:33:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E7=BB=8F=E9=94=80=E5=95=86?= =?UTF-8?q?=E5=AE=A1=E6=89=B9=E6=84=8F=E8=A7=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Tenwa/Core/FlowManager/FlowPage/FlowPageViewTab.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/Tenwa/Core/FlowManager/FlowPage/FlowPageViewTab.jsp b/WebContent/Tenwa/Core/FlowManager/FlowPage/FlowPageViewTab.jsp index 1cc3cd7c1..4c1022767 100644 --- a/WebContent/Tenwa/Core/FlowManager/FlowPage/FlowPageViewTab.jsp +++ b/WebContent/Tenwa/Core/FlowManager/FlowPage/FlowPageViewTab.jsp @@ -105,7 +105,7 @@ $(document).ready(function(){ argmap.put("RightType",rightType); argmap.put("IsHistory", viewTab.getIsHistory()); argmap.put("ViewID",ViewID); - String viewTabInfo = FlowTaskViewTabService.showViewObjectTabInfoRole(viewTab.getViewTabItemList(), argmap, Sqlca, flag); + String viewTabInfo = FlowTaskViewTabService.showViewObjectTabInfo(viewTab.getViewTabItemList(), argmap, Sqlca); out.println(viewTabInfo); %> //如果使用addDataItem,则必需调用init()函数