Browse Source

fix 同步TIN01 bug

jiangjy 1 day ago
parent
commit
502d6ce5f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Furnace/FurnaceUI/Views/Editors/AlarmErrorCallRecipeViewModel.cs

+ 1 - 1
Furnace/FurnaceUI/Views/Editors/AlarmErrorCallRecipeViewModel.cs

@@ -82,7 +82,7 @@ namespace FurnaceUI.Views.Editors
 
             if (firstFile != null)
             {
-                var recipeContent = _recipeProvider.LoadRecipe(prefixPath, firstFile.Name);
+                var recipeContent = _recipeProvider.LoadRecipe(prefixPath, firstFile.FullPath);
                 CurrentRecipe.InitData(prefixPath, firstFile.Name, recipeContent, "PM1");
                 foreach (var item in CurrentRecipe.Tables)
                 {