lixiaojun
2024-12-23 ad4360df5a1245151efc826bee69b63946426891
WinFrmUI/HStation.WinFrmUI.Assets.Core/21-compressor/02-main/EditAssetsCompressorMainDlg.cs
@@ -70,11 +70,6 @@
                this.dxErrorProvider1.SetError(this.txtMinorLoss, "必填项");
                return false;
            }
            if (string.IsNullOrEmpty(this.txtLowerLimit.Text.Trim()))
            {
                this.dxErrorProvider1.SetError(this.txtLowerLimit, "必填项");
                return false;
            }
            var tagname = this.txtTagName.Text.Trim();
            if (!string.IsNullOrEmpty(tagname))
            {
@@ -118,11 +113,5 @@
            this.DialogResult = DialogResult.OK;
            this.Close();
        }
    }
}