From 0320310d1fe27d0dabf04817f56d1ddbf7a70bf3 Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期三, 25 九月 2024 17:31:13 +0800
Subject: [PATCH] 报表页面进入不显示数据
---
_Main/UI/MacroPlannerWebApp/Component_FormFinancialSalesReport/Response_OnCreated.def | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormFinancialSalesReport/Response_OnCreated.def b/_Main/UI/MacroPlannerWebApp/Component_FormFinancialSalesReport/Response_OnCreated.def
index 8afab20..e4fa70a 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_FormFinancialSalesReport/Response_OnCreated.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormFinancialSalesReport/Response_OnCreated.def
@@ -13,9 +13,9 @@
// FinancialSalesSource::Initialize( MacroPlan );
//}
//info( '------------------1----------------' );
- //table := selectobject( MacroPlan, FinancialSalesSource.FinancialSalesReport, table, not table.IsImport() and table.IsShow() );
+ table := selectobject( MacroPlan, FinancialSalesSource.FinancialSalesReport, table, not table.IsImport() and table.IsShow() );
//info( '------------------2----------------', table.IsImport(), table.IsShow() );
- //DataHolderTable.Data( table );
+ DataHolderTable.Data( table );
//dhSearch.Data( MacroPlan.FinancialSalesSearch() );
*]
--
Gitblit v1.9.3