浏览代码

第一次开始计量,导入分包汇总数据不重新计算

MaiXinRong 7 年之前
父节点
当前提交
0a751d6cac
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Units/ProjectData.pas

+ 1 - 0
Units/ProjectData.pas

@@ -2247,6 +2247,7 @@ begin
   vImportor := TstgSubGatherFileImportor.Create;
   vImportor := TstgSubGatherFileImportor.Create;
   try
   try
     vImportor.ImportGatherDataTo(PhaseData.StageData, AFileName);
     vImportor.ImportGatherDataTo(PhaseData.StageData, AFileName);
+    BillsMeasureData.ResetTreeNodeStageRec;
   finally
   finally
     CalculateAll;
     CalculateAll;
     vImportor.Free;
     vImportor.Free;