Browse Source

切换当前期,中间计量,刷新问题

MaiXinRong 7 years ago
parent
commit
b98ad0240a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Frames/ZJJLFme.pas

+ 2 - 1
Frames/ZJJLFme.pas

@@ -100,7 +100,7 @@ begin
       lePreText.Text := ZJJLPreText;
   end;
   RefreshTitle;
-  FZJJLData.RefreshDetailGrid := RefreshDetailGrid; 
+  FZJJLData.RefreshDetailGrid := RefreshDetailGrid;
 end;
 
 destructor TZJJLFrame.Destroy;
@@ -115,6 +115,7 @@ begin
   InitDetailGrid;
   if (saZJJL.DataView.RecordCount > 0) then
     saZJJL.DataView.LocateInControl(saZJJL.DataView.Records[0]);
+  FZJJLData.RefreshDetailGrid := RefreshDetailGrid;
   zgDetailInfo.Invalidate;
 end;