public ActionResult PageFunction(FrameworkRoleMDVM vm, IFormCollection noUse) { vm.DoChange(); return(FFResult().CloseDialog().Alert(Program._localizer["OprationSuccess"])); }
public async Task <ActionResult> PageFunction(FrameworkRoleMDVM vm, IFormCollection noUse) { await vm.DoChangeAsync(); return(FFResult().CloseDialog().Alert(Localizer["Sys.OprationSuccess"])); }
public ActionResult PageFunction(FrameworkRoleMDVM vm, IFormCollection noUse) { vm.DoChange(); return(FFResult().CloseDialog().Alert("操作成功")); }