|
|
|
@ -8,7 +8,7 @@ layui.define(['form', 'laydate', 'table'], function (exports) {
|
|
|
|
|
selectMap = {},//已经生成过select的map
|
|
|
|
|
selectList = "<select lay-filter='select_courseInfoIds'><option value=''>请选择</option>",
|
|
|
|
|
courseLabelTypes = Common.getAjax("/jlw/courseInfo/getTreeByCourseLabelTypes.json", {
|
|
|
|
|
courseLabelTypes: "应用课程类",
|
|
|
|
|
courseLabelTypes: "应用课程类,考证课程类,理论课程类",
|
|
|
|
|
rankLimit: 3
|
|
|
|
|
}).data; //获取课程数据
|
|
|
|
|
$.each(courseLabelTypes, function (key, value) {
|
|
|
|
|