AfterAddJS

        protected override string AfterAddJS()
        {
            return CanDoo.FineUI.Utility.AfterSaveJS_ReloadData(EntityId)+CanDoo.FineUI.Utility.AfterSaveJS_ReloadFather();
        }

        protected override string AfterEditJS()
        {
            return CanDoo.FineUI.Utility.AfterSaveJS_ReloadData(EntityId) + CanDoo.FineUI.Utility.AfterSaveJS_ReloadFather();
        }
原文地址:https://www.cnblogs.com/shiningrise/p/6758955.html