KWD 3 ماه پیش
والد
کامیت
40a4e3492d
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      TeamAAS-VM/Core/Management.cs

+ 1 - 0
TeamAAS-VM/Core/Management.cs

@@ -4758,6 +4758,7 @@ namespace TeamAAS_VP.Core
             try
             {
                 //获取当前产品
+                CurrentProduct = _productService.GetCurrentProduct();
                 var currentproduct = _productService.GetCurrentProduct();
                 if (currentproduct == null) return;
                 TotalQuantity = await _systemDatabaseService.GetOverallProductionAsync(currentproduct.Name);