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);