浏览代码

补助问卷管理 考核学期春/秋季改为数字

临城职教中职
ndbs 2 年前
父节点
当前提交
c20252e3df
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. +5
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/SW_Ask_Main/Form.js

+ 5
- 1
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 () {


正在加载...
取消
保存