Kaynağa Gözat

教室信息--操作提示有误

新疆影视学院高职
ndbs 2 yıl önce
ebeveyn
işleme
ef631c944f
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Controllers/ClassroomInfoController.cs

+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Controllers/ClassroomInfoController.cs Dosyayı Görüntüle

@@ -86,14 +86,14 @@ namespace Learun.Application.Web.Areas.EducationalAdministration.Controllers
public ActionResult Lock(string keyValue)
{
classroomInfoIBLL.Lock(keyValue);
return Success("审核成功!");
return Success("操作成功!");
}
[HttpPost]
[AjaxOnly]
public ActionResult UnLock(string keyValue)
{
classroomInfoIBLL.UnLock(keyValue);
return Success("去审成功!");
return Success("操作成功!");
}
/// <summary>
/// 删除实体数据


Yükleniyor…
İptal
Kaydet