From c9b7de7f1cb9b470aea8959a75b753ae51a98698 Mon Sep 17 00:00:00 2001 From: HCL <1625932291@qq.com> Date: Wed, 23 Aug 2023 14:07:44 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=8F=96=E6=B6=88Clean?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CenterViews/Editors/Recipe/RecipeEditorViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MECF.Framework.UI.Client/CenterViews/Editors/Recipe/RecipeEditorViewModel.cs b/MECF.Framework.UI.Client/CenterViews/Editors/Recipe/RecipeEditorViewModel.cs index 108146b..f6e7cda 100644 --- a/MECF.Framework.UI.Client/CenterViews/Editors/Recipe/RecipeEditorViewModel.cs +++ b/MECF.Framework.UI.Client/CenterViews/Editors/Recipe/RecipeEditorViewModel.cs @@ -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(); var recipeProcessType = Utils.GetRecipeTypeList();