From 7c37112f250c91015f011280e44fc3fb823fbde4 Mon Sep 17 00:00:00 2001
From: dyy <807692433@qq.com>
Date: Mon, 21 Aug 2023 12:22:58 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E8=B5=84?=
=?UTF-8?q?=E5=8A=A9=E7=AE=A1=E7=90=86=EF=BC=9A=E4=BA=8C=E7=BA=A7=E5=AD=A6?=
=?UTF-8?q?=E9=99=A2=E9=A1=B5=E9=9D=A2=E4=B8=AD=E8=A1=A8=E5=8D=95=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=E7=9A=84=E4=BC=98=E5=8C=96=EF=BC=9B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Areas/EducationalAdministration/Views/StuFellowship/Form.js | 2 ++
.../Areas/StudentWork/Views/FamilyEconomy/Form.js | 2 ++
2 files changed, 4 insertions(+)
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuFellowship/Form.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuFellowship/Form.js
index f6252475f..706c3735c 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuFellowship/Form.js
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuFellowship/Form.js
@@ -30,6 +30,8 @@ var bootstrap = function ($, learun) {
$('#Files').attr('isvalid', 'yes');
$('#Files').attr('checkexpession', 'NotNull');
$('#Files').prev().html('附件*');
+ //学号下拉框取消只显示‘登录用户所带班级的限制’;
+ strWhere = "";
} else {
$('#Files').removeAttr('isvalid');
$('#Files').removeAttr('checkexpession');
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/FamilyEconomy/Form.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/FamilyEconomy/Form.js
index 38dcfeb42..f4e790958 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/FamilyEconomy/Form.js
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/FamilyEconomy/Form.js
@@ -26,6 +26,8 @@ var bootstrap = function ($, learun) {
$('#Files').attr('isvalid', 'yes');
$('#Files').attr('checkexpession', 'NotNull');
$('#Files').prev().html('附件*');
+ //学号下拉框取消只显示‘登录用户所带班级的限制’;
+ strWhere = "";
} else {
$('#Files').removeAttr('isvalid');
$('#Files').removeAttr('checkexpession');