From 7e19eda5df1934089ea9021b7cc0f73cc50edc9d Mon Sep 17 00:00:00 2001 From: Mlxa0324 Date: Thu, 16 Mar 2023 22:53:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E6=8E=88=E6=9D=83=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/templates/common/courseInfoSelect.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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('');