jiangjy преди 3 седмици
родител
ревизия
502d6ce5f2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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)
                 {