Переглянути джерело

心理咨询-提交提示语句

新疆体育高职分支
ndbs 2 роки тому
джерело
коміт
363eaff014
2 змінених файлів з 2 додано та 2 видалено
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Controllers/PsychologyInfoController.cs
  2. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/PsychologyInfo/Index.js

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Controllers/PsychologyInfoController.cs Переглянути файл

@@ -126,7 +126,7 @@ namespace Learun.Application.Web.Areas.EducationalAdministration.Controllers
public ActionResult SubmitForm(string keyValue)
{
psychologyInfoIBLL.SubmitEntity(keyValue);
return Success("删除成功!");
return Success("提交成功!");
}
#endregion



+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/PsychologyInfo/Index.js Переглянути файл

@@ -111,7 +111,7 @@ var bootstrap = function ($, learun) {
}
learun.layerConfirm('是否确认提交该项!', function (res) {
if (res) {
learun.deleteForm(top.$.rootUrl + '/EducationalAdministration/PsychologyInfo/SubmitForm', { keyValue: keyValue }, function () {
learun.postForm(top.$.rootUrl + '/EducationalAdministration/PsychologyInfo/SubmitForm', { keyValue: keyValue }, function () {
refreshGirdData();
});
}


Завантаження…
Відмінити
Зберегти