111
This commit is contained in:
		| @@ -52,6 +52,7 @@ namespace Check.Main.Dispatch | ||||
|                 config = new ProcessConfig(); | ||||
|             } | ||||
|  | ||||
|              | ||||
|             CurrentProductName = productName; | ||||
|             CurrentConfig = config; | ||||
|  | ||||
| @@ -120,7 +121,7 @@ namespace Check.Main.Dispatch | ||||
|                     // 切换到列表中的第一个产品,或者如果列表为空,则创建一个默认产品 | ||||
|                     string nextProduct = ProductList.FirstOrDefault() ?? "DefaultProduct"; | ||||
|                     SwitchToProduct(nextProduct); | ||||
|                 } | ||||
|                 }  | ||||
|                 else | ||||
|                 { | ||||
|                     // 如果删除的不是当前产品,我们仍然需要触发一次事件, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user