diff --git a/RIZO_Application/Modules/RIZO_Application.Modules.ModuleName/ViewModels/PrintControlViewModel.cs b/RIZO_Application/Modules/RIZO_Application.Modules.ModuleName/ViewModels/PrintControlViewModel.cs index b04aa1a..15c0be5 100644 --- a/RIZO_Application/Modules/RIZO_Application.Modules.ModuleName/ViewModels/PrintControlViewModel.cs +++ b/RIZO_Application/Modules/RIZO_Application.Modules.ModuleName/ViewModels/PrintControlViewModel.cs @@ -75,7 +75,7 @@ namespace RIZO_Application.Modules.ModuleName.ViewModels { _eventAggregator.GetEvent().Publish($"收到打印请求: {printDto.Name}"); - // 准备打印参数 + // 1.准备全部打印参数表 var printParameters = new Dictionary { { "10", printDto.PartNumber },