Selaa lähdekoodia

部门管理、岗位管理 未选择学校录入时提示信息错误

西昌缴费二期
zhangli 2 vuotta sitten
vanhempi
commit
20cec1ef91
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_OrganizationModule/Views/Department/Index.js
  2. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_OrganizationModule/Views/Post/Index.js

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_OrganizationModule/Views/Department/Index.js Näytä tiedosto

@@ -29,7 +29,7 @@ var bootstrap = function ($, learun) {
// 新增
$('#lr_add').on('click', function () {
if (!companyId) {
learun.alert.warning('请选择公司!');
learun.alert.warning('请选择学校!');
return false;
}
selectedRow = null;


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_OrganizationModule/Views/Post/Index.js Näytä tiedosto

@@ -50,7 +50,7 @@ var bootstrap = function ($, learun) {
// 新增
$('#lr_add').on('click', function () {
if (!companyId) {
learun.alert.warning('请选择公司!');
learun.alert.warning('请选择学校!');
return false;
}
selectedRow = null;


Ladataan…
Peruuta
Tallenna