Parcourir la source

补助种类必填校验失败

临城职教中职
ndbs il y a 2 ans
Parent
révision
d7e8c4a35b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 Voir le fichier

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


Chargement…
Annuler
Enregistrer