diff --git a/admin-core/src/main/resources/static/js/lib.js b/admin-core/src/main/resources/static/js/lib.js index df331c8c..5db63183 100644 --- a/admin-core/src/main/resources/static/js/lib.js +++ b/admin-core/src/main/resources/static/js/lib.js @@ -1014,6 +1014,17 @@ var Lib = { $(key).empty(); $(key).append(htm); layui.form.render(); + },getClassByUniCol:function (key, sysId){ //根据院校获取班级 + var ret = Common.getAjax("/jlw/schoolClass/getValues.json",{universitiesCollegesId: sysId}); + var htm = ''; + if(ret.code == 0){ + for (var i = 0;i < ret.data.length;i++){ + htm += ''; + } + } + $(key).empty(); + $(key).append(htm); + layui.form.render(); },getClassByUniSys:function (key, sysId){ //根据专业获取班级 var ret = Common.getAjax("/jlw/schoolClass/getValues.json",{universitySystemId: sysId}); var htm = ''; diff --git a/web/src/main/resources/static/js/jlw/resourcesInfo/index.js b/web/src/main/resources/static/js/jlw/resourcesInfo/index.js index 044bba91..c2ad7a26 100644 --- a/web/src/main/resources/static/js/jlw/resourcesInfo/index.js +++ b/web/src/main/resources/static/js/jlw/resourcesInfo/index.js @@ -81,7 +81,6 @@ layui.define(['form', 'laydate', 'table'], function (exports) { } }, { - field: 'courseInfoName', title: '归属小节', align: "center", width: 200, templet: function (d) { var htm = "
- -
- -
+ +
+ +
- +
+
- -
+ +
@@ -97,7 +83,7 @@
- +
diff --git a/web/src/main/resources/templates/jlw/student/index.html b/web/src/main/resources/templates/jlw/student/index.html index 2c32b71e..caf23542 100644 --- a/web/src/main/resources/templates/jlw/student/index.html +++ b/web/src/main/resources/templates/jlw/student/index.html @@ -46,7 +46,7 @@
- +