From 6b924851bf2d235b16cb9a054bd9214c162ff88e Mon Sep 17 00:00:00 2001 From: Mlxa0324 Date: Thu, 16 Mar 2023 22:54:08 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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('');