WinFrmUI/Yw.WinFrmUI.Hydro.Core/04-viewmodel/03-node/03-junction/03-meter/03-pressmeter/HydroPressmeterViewModel.cs
@@ -90,9 +90,9 @@ /// <summary> /// 更新属性 /// </summary> public override void Update() public override void UpdateProperty() { base.Update(); base.UpdateProperty(); this.CurrentPress = this.Vmo.CurrentPress; this.UpdatePropStatus(nameof(this.CurrentPress), this.Vmo, nameof(this.Vmo.CurrentPress)); }