|
|
|
@ -54,7 +54,7 @@ var newId = !isEmpty(id) ? id : ('select_id_' + name + '_' + @cn.hutool.core.ut
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (filterNames.indexOf('理论课程类') >= 0 || filterNames === "") {
|
|
|
|
|
ele.append('<optgroup label="应用课程类">');
|
|
|
|
|
ele.append('<optgroup label="理论课程类">');
|
|
|
|
|
for (let currentAuthCourseInfoDetail of theoryCourseList) {
|
|
|
|
|
ele.append(
|
|
|
|
|
'<option value="'+ (currentAuthCourseInfoDetail.courseInfoId || '-1') +'">'+ (currentAuthCourseInfoDetail.courseInfoName || '未查询到数据') +'</option>')
|
|
|
|
|