duheng
2024-08-13 c05a2c01b679d96b430079835482b0df20680813
WinFrmUI/HStation.WinFrmUI.Basic/01-SysCatalogManage/AddSysCatalogDlg.cs
@@ -46,13 +46,15 @@
            _AddCatlogDto.Code = TextEditCode.Text.Trim();
            if (await this.ReloadDataEvent.Invoke(_AddCatlogDto))
            {
                MessageBoxHelper.ShowSuccess("添加成功!");
                //  TipFormHelper TipFormHelper = new TipFormHelper();
                TipFormHelper.ShowInfo("添加成功!!");
                //   MessageBoxHelper.ShowSuccess("添加成功!");
            }
            else
            {
                MessageBoxHelper.ShowError("添加失败!");
            }
            this.DialogResult = DialogResult.OK;
            //  this.DialogResult = DialogResult.OK;
            this.Close();
        }
    }