1.取消Clean

This commit is contained in:
HCL 2023-08-23 14:07:44 +08:00
parent 3b958606fa
commit c9b7de7f1c
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ namespace MECF.Framework.UI.Client.CenterViews.Editors.Recipe
ChamberTypeIndexSelection = 0;
var processType = "Process,Routine,Clean";
var processType = "Process,Routine";
ProcessTypeFileList = new ObservableCollection<ProcessTypeFileItem>();
var recipeProcessType = Utils.GetRecipeTypeList();