diff --git a/B3QingDaoWanFu.Web/Pages/B3QingDaoWanFu/Reports/ComprehensiveReport.cs b/B3QingDaoWanFu.Web/Pages/B3QingDaoWanFu/Reports/ComprehensiveReport.cs index 92155ff..cc7b256 100644 --- a/B3QingDaoWanFu.Web/Pages/B3QingDaoWanFu/Reports/ComprehensiveReport.cs +++ b/B3QingDaoWanFu.Web/Pages/B3QingDaoWanFu/Reports/ComprehensiveReport.cs @@ -43,7 +43,7 @@ namespace BWP.Web.Pages.B3QingDaoWanFu.Reports } - protected override void AfterGetDFDataTable(DFDataTable table) + protected override void BeforeInitAllDataQueryResult(DFDataTable table) { ResetTable(table); } @@ -234,7 +234,7 @@ namespace BWP.Web.Pages.B3QingDaoWanFu.Reports panel.EAdd(_checkbox); mQueryControls.Add("显示字段", _checkbox); - mQueryControls.EnableHoldLastControlNames.Add("显示字段"); + mQueryControls.EnableHoldLastControlNames.Add("显示字段"); } protected override DQueryDom GetQueryDom()