From a259effee60f4a265e1a25318c4aa838d2f4106e Mon Sep 17 00:00:00 2001 From: ndbs Date: Tue, 22 Mar 2022 11:40:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E4=B8=8A=E8=AF=84=E6=95=99--=E8=AF=84?= =?UTF-8?q?=E6=95=99=E5=AD=A6=E6=9C=9F=E4=B8=8B=E6=8B=89=E6=A1=86=20=20?= =?UTF-8?q?=E7=A7=8B=E5=AD=A3=E6=98=A5=E5=AD=A3=E6=94=B9=E4=B8=BA=E6=95=B0?= =?UTF-8?q?=E5=AD=97=E5=AD=A6=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Areas/EvaluationTeach/Views/Eval_Main/Form.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EvaluationTeach/Views/Eval_Main/Form.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EvaluationTeach/Views/Eval_Main/Form.js index 4e25ded70..51cd42534 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EvaluationTeach/Views/Eval_Main/Form.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EvaluationTeach/Views/Eval_Main/Form.js @@ -20,7 +20,11 @@ var bootstrap = function ($, learun) { value: "value", text: "text" }); - $("#Semester").lrDataItemSelect({ code: 'Semester' }); + $('#Semester').lrselect({ + data: [{ text: "1", value: "1" }, { text: "2", value: "2" }], + text: "text", + value: "value" + }) }, initData: function () { if (!!keyValue) {