diff --git a/web/src/main/resources/templates/common/courseInfoSelect.html b/web/src/main/resources/templates/common/courseInfoSelect.html index 65f24004..8158b048 100644 --- a/web/src/main/resources/templates/common/courseInfoSelect.html +++ b/web/src/main/resources/templates/common/courseInfoSelect.html @@ -43,8 +43,8 @@ var newId = !isEmpty(id) ? id : ('select_id_' + name + '_' + @cn.hutool.core.ut ele.append(''); for (let currentAuthCourseInfoDetail of applicationCourseList) { - $('#${newId}').append( - '') + ele.append( + '') } ele.append(''); @@ -52,7 +52,7 @@ var newId = !isEmpty(id) ? id : ('select_id_' + name + '_' + @cn.hutool.core.ut ele.append(''); for (let currentAuthCourseInfoDetail of theoryCourseList) { ele.append( - '') + '') } ele.append(''); @@ -60,7 +60,7 @@ var newId = !isEmpty(id) ? id : ('select_id_' + name + '_' + @cn.hutool.core.ut ele.append(''); for (let currentAuthCourseInfoDetail of textualResearchCourseList) { ele.append( - '') + '') } ele.append('');