diff --git a/UI_DSM.Client/Components/NormalUser/Views/PhysicalFlowView.razor.cs b/UI_DSM.Client/Components/NormalUser/Views/PhysicalFlowView.razor.cs index b399a32b..34bd2c9b 100644 --- a/UI_DSM.Client/Components/NormalUser/Views/PhysicalFlowView.razor.cs +++ b/UI_DSM.Client/Components/NormalUser/Views/PhysicalFlowView.razor.cs @@ -96,6 +96,8 @@ public async Task CopyComponents(BaseView otherView) } this.ViewModel = interfaceView.ViewModel; + this.ViewModel.InitializeDiagram(); + this.RefreshDiagram(); await this.HasChanged(); this.IsLoading = false;