Browse Source

初始化时有bug。

Chenshilong 8 years ago
parent
commit
135bf2a8d2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Forms/ReportManagerFrm.pas

+ 1 - 0
Forms/ReportManagerFrm.pas

@@ -104,6 +104,7 @@ begin
   TReports(FReports).CategoryList(cbCategory.Items);
   cbCategory.ItemIndex := 0;
   pcReport.ActivePage := tsLocal;
+  pcReport.OnChange(Sender);
 end;
 
 procedure TReportManagerForm.FormDestroy(Sender: TObject);