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
岗位信息提示有误
临城职教中职
ndbs
2 years ago
parent
c14dce35d1
commit
4f145d94dc
1 changed files
with
1 additions
and
1 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/Post/Index.js
+ 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