From d7e8c4a35b0d350f9749c82cd6baceade56d76ba Mon Sep 17 00:00:00 2001 From: ndbs Date: Mon, 21 Mar 2022 11:20:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=8A=A9=E7=A7=8D=E7=B1=BB=E5=BF=85?= =?UTF-8?q?=E5=A1=AB=E6=A0=A1=E9=AA=8C=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Areas/StudentWork/Views/SW_Ask_Type/Form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/SW_Ask_Type/Form.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/SW_Ask_Type/Form.js index 6d1a096c7..4e379ea2a 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/SW_Ask_Type/Form.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/SW_Ask_Type/Form.js @@ -64,7 +64,7 @@ var bootstrap = function ($, learun) { } // 验证数据是否填写完整 validForm = function () { - if (!$('#form').lrValidform()) { + if (!$('.lr-form-wrap').lrValidform()) { return false; } return true;