Browse Source

补助种类必填校验失败

临城职教中职
ndbs 2 years ago
parent
commit
d7e8c4a35b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/SW_Ask_Type/Form.js

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/SW_Ask_Type/Form.js View File

@@ -64,7 +64,7 @@ var bootstrap = function ($, learun) {
}
// 验证数据是否填写完整
validForm = function () {
if (!$('#form').lrValidform()) {
if (!$('.lr-form-wrap').lrValidform()) {
return false;
}
return true;


Loading…
Cancel
Save