diff --git a/web/src/main/resources/templates/common/courseInfoSelect.html b/web/src/main/resources/templates/common/courseInfoSelect.html index 8158b048..57113300 100644 --- a/web/src/main/resources/templates/common/courseInfoSelect.html +++ b/web/src/main/resources/templates/common/courseInfoSelect.html @@ -44,7 +44,7 @@ var newId = !isEmpty(id) ? id : ('select_id_' + name + '_' + @cn.hutool.core.ut ele.append(''); for (let currentAuthCourseInfoDetail of applicationCourseList) { 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('');