This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
DigitalScholl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
部门管理、岗位管理 未选择学校录入时提示信息错误
西昌缴费二期
zhangli
2 years ago
parent
c2e64dd878
commit
20cec1ef91
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_OrganizationModule/Views/Department/Index.js
+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
View File
@@ -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
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save