From c20252e3dfae2375dd3f0deb41dc586a7ae48759 Mon Sep 17 00:00:00 2001 From: ndbs Date: Tue, 22 Mar 2022 14:49:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=8A=A9=E9=97=AE=E5=8D=B7=E7=AE=A1?= =?UTF-8?q?=E7=90=86=20=E8=80=83=E6=A0=B8=E5=AD=A6=E6=9C=9F=E6=98=A5/?= =?UTF-8?q?=E7=A7=8B=E5=AD=A3=E6=94=B9=E4=B8=BA=E6=95=B0=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Areas/StudentWork/Views/SW_Ask_Main/Form.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/SW_Ask_Main/Form.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/SW_Ask_Main/Form.js index 381f7c01a..788b2e40c 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/SW_Ask_Main/Form.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/SW_Ask_Main/Form.js @@ -28,7 +28,11 @@ var bootstrap = function ($, learun) { if (!!pATId) { $('#TId').lrselectSet(pATId); } - $("#Semester").lrDataItemSelect({ code: 'Semester' }); + $('#Semester').lrselect({ + data: [{ text: "1", value: "1" }, { text: "2", value: "2" }], + text: "text", + value: "value" + }) }, initData: function () {