cdk
5 天以前 b5dcb53aa7b452d44b4fc19a0c830f86ab9cb5aa
DevApp/Gs.DevApp/DevFrm/Sys/EasyRptEdtShow.cs
@@ -1,5 +1,4 @@
using Gs.DevApp.DevFrm.BasicData;
using Gs.DevApp.Entity;
using Gs.DevApp.Entity;
using Gs.DevApp.ToolBox;
using Newtonsoft.Json;
using System;
@@ -20,7 +19,11 @@
            btnSave.Click += BtnSave_Click;
            this.FormClosed += EasyRptEdtShow_FormClosed;
        }
        /// <summary>
        /// 关闭后刷新父页面
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private void EasyRptEdtShow_FormClosed(object sender, FormClosedEventArgs e)
        {
            UpdateParent?.Invoke(this, new UpdateParentEventArgs { StringSingle = "1" });
@@ -128,7 +131,6 @@
                    {
                        MsgHelper.ShowInformation("提示:" + _rtn.rtnMsg);
                         getPageList(1, 999999);
                    }
                    else
                        MsgHelper.ShowError("提示:" + _rtn.rtnMsg);
@@ -145,7 +147,6 @@
        ///     选择后的回调事件
        /// </summary>
        public event EventHandler<UpdateParentEventArgs> UpdateParent;
     
    }
}