From 46db25ec513ceb5dbfa78c1ea447003b41f1c900 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期五, 27 十二月 2024 10:16:23 +0800 Subject: [PATCH] 资产--单独匹配修改 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/12-report/02-helper/SimulationWorkingReportCtrl.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/12-report/02-helper/SimulationWorkingReportCtrl.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/12-report/02-helper/SimulationWorkingReportCtrl.cs index 0282f6e..5f29127 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/12-report/02-helper/SimulationWorkingReportCtrl.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/12-report/02-helper/SimulationWorkingReportCtrl.cs @@ -224,6 +224,8 @@ vm.Working.EnergyStatisticsImagePath = GetImageFilePath(_energyStatisticsImageFileName); _lossStatistics.ExportStatisticsToImage(vm.Working.EnergyStatisticsImagePath); + vm.PumpChart = new Yw.DiagramFile.PumpChartViewModel(); + return vm; } } -- Gitblit v1.9.3