孔隙检测模块引入到CNC
This commit is contained in:
@@ -481,6 +481,10 @@ namespace XplorePlane.ViewModels.ImageProcessing
|
||||
pipeline.UpdatedAt = DateTime.UtcNow;
|
||||
targetModuleNode.Pipeline = pipeline;
|
||||
|
||||
// 强制刷新右侧检测模块面板:将选中节点切换到目标检测模块,触发重新加载
|
||||
_cncEditorViewModel.SelectedNode = null;
|
||||
_cncEditorViewModel.SelectedNode = targetModuleNode;
|
||||
|
||||
MessageBox.Show(
|
||||
$"已将 BGA 检测参数插入到检测模块「{targetModuleNode.Name}」。",
|
||||
"插入成功", MessageBoxButton.OK, MessageBoxImage.Information);
|
||||
|
||||
Reference in New Issue
Block a user