diff --git a/SicRT/Config/System.sccfg b/SicRT/Config/System.sccfg index ec58d18..dae6921 100644 --- a/SicRT/Config/System.sccfg +++ b/SicRT/Config/System.sccfg @@ -73,7 +73,7 @@ - + @@ -1619,11 +1619,11 @@ - + - + @@ -1775,7 +1775,7 @@ - + @@ -1845,7 +1845,7 @@ - + diff --git a/SicRT/ReleaseNotes.md b/SicRT/ReleaseNotes.md index c671799..437800a 100644 --- a/SicRT/ReleaseNotes.md +++ b/SicRT/ReleaseNotes.md @@ -3,6 +3,16 @@ Manual-GE 手动通用版(适用无EFEM设备) ------ +## Version 1.2.9.73 + +**2023-12-28** + +- Bug修复 + - +- 新特性 + 1.隐藏SystemConfig中VaccumPressureBase参数 + 2.手动Purge各个模块不能修改SystemConfig相关参数值 + ## Version 1.2.9.72 **2023-12-22** diff --git a/SicUI/Models/Maintenances/TM/TMViewModel.cs b/SicUI/Models/Maintenances/TM/TMViewModel.cs index 1d18458..ba3dcb0 100644 --- a/SicUI/Models/Maintenances/TM/TMViewModel.cs +++ b/SicUI/Models/Maintenances/TM/TMViewModel.cs @@ -1020,9 +1020,9 @@ namespace SicUI.Client.Models.Platform.TM if (!bret.HasValue || !bret.Value) return; - InvokeClient.Instance.Service.DoOperation("System.SetConfig", $"{module}.Purge.CyclePurgeCount", dialog.CycleCountValue); - InvokeClient.Instance.Service.DoOperation("System.SetConfig", $"{module}.Purge.PumpBasePressure", dialog.PumpPressureValue); - InvokeClient.Instance.Service.DoOperation("System.SetConfig", $"{module}.Purge.VentBasePressure", dialog.VentPressureValue); + //InvokeClient.Instance.Service.DoOperation("System.SetConfig", $"{module}.Purge.CyclePurgeCount", dialog.CycleCountValue); + //InvokeClient.Instance.Service.DoOperation("System.SetConfig", $"{module}.Purge.PumpBasePressure", dialog.PumpPressureValue); + //InvokeClient.Instance.Service.DoOperation("System.SetConfig", $"{module}.Purge.VentBasePressure", dialog.VentPressureValue); TMProvider.Instance.Purge(module); } diff --git a/SicUI/Properties/AssemblyInfo.cs b/SicUI/Properties/AssemblyInfo.cs index 1ebe45b..12c5b43 100644 --- a/SicUI/Properties/AssemblyInfo.cs +++ b/SicUI/Properties/AssemblyInfo.cs @@ -54,6 +54,6 @@ using System.Windows; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.2.9.72")] +[assembly: AssemblyVersion("1.2.9.73")] [assembly: AssemblyInformationalVersion("手动通用版(无EFEM)")]