AfterAddJS

时间:2021-12-03 06:45:40
        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();
}

相关文章