From 4be925ab1e28d8367ec60a71c4c5cea5f0117f9c Mon Sep 17 00:00:00 2001 From: yjf <2211675158@qq.com> Date: Mon, 18 Jul 2022 09:13:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E8=AE=BE=E7=BD=AE=E6=89=93?= =?UTF-8?q?=E5=BC=80=E9=BB=98=E8=AE=A4=E6=9D=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Tenwa/Lease/App/Interface/Message/LBSmsNoticeTasksList.jsp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WebContent/Tenwa/Lease/App/Interface/Message/LBSmsNoticeTasksList.jsp b/WebContent/Tenwa/Lease/App/Interface/Message/LBSmsNoticeTasksList.jsp index c62594f19..5a5c95822 100644 --- a/WebContent/Tenwa/Lease/App/Interface/Message/LBSmsNoticeTasksList.jsp +++ b/WebContent/Tenwa/Lease/App/Interface/Message/LBSmsNoticeTasksList.jsp @@ -6,6 +6,8 @@ History Log: */ ASObjectModel doTemp = new ASObjectModel("LBSmsNoticeTasksList"); + doTemp.setDataQueryClass("com.amarsoft.awe.dw.ui.list.FlowMonitorListHtmlGenerator"); + CurPage.setAttribute("flowRowCount","100"); ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); dwTemp.Style="1"; //--设置为Grid风格-- dwTemp.ReadOnly = "1"; //只读模式