From 6931d66fd122eb3199b51997205ff4d7a5c1c4e7 Mon Sep 17 00:00:00 2001 From: ndbs Date: Mon, 28 Feb 2022 17:51:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E7=94=9F=E5=AD=A6=E7=B1=8D=E7=AE=A1?= =?UTF-8?q?=E7=90=86=20=E5=B9=B4=E7=BA=A722=20=E6=94=B9=E4=B8=BA2022?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EducationalAdministration/Views/StuInfoBasic/Index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/Index.js index bb9f8db8e..1fad726f1 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/Index.js @@ -64,8 +64,8 @@ var bootstrap = function ($, learun) { }); $('#Grade').lrselect({ url: top.$.rootUrl + '/PersonnelManagement/MP_ManagementPlan/GetAcademicYear', - value: "year", - text: "year", + value: "value", + text: "text", }); $('#GenderNo').lrDataItemSelect({ code: 'usersexbit' }); $('#NationalityNo').lrDataSourceSelect({ code: 'BCdNationality', value: 'nationalityno', text: 'nationality' });