duheng
2024-12-20 0a7989934b6d561e32ae61d3af16cbf773074da2
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/12-report/02-helper/SimulationWorkingReportCtrl.cs
@@ -142,7 +142,7 @@
        }
        private const string _tempFoler = "workingImageTemp";
        private const string _pumpAnalyImageFileName = "pump_analy.png";
        private const string _energyAnalyImageFileName = "energy_analy.png";
        private const string _lossCurveImageFileName = "loss_curve.png";
        private const string _energyInputImageFileName = "energy_input.png";
        private const string _energyLossImageFileName = "energy_loss.png";
@@ -216,6 +216,8 @@
            {
                vm.Working.Name = "当前计算工况";
            }
            vm.Working.EnergyAnalyImagePath = GetImageFilePath(_energyAnalyImageFileName);
            _workingChart.ExportToImage(vm.Working.EnergyAnalyImagePath);
            vm.Working.LossCurveImagePath = GetImageFilePath(_lossCurveImageFileName);
            _lossCurve.ExportToImage(vm.Working.LossCurveImagePath);
            vm.Working.EnergyInputImagePath = GetImageFilePath(_energyInputImageFileName);