From 406c9fbf7caadb12bdab6a7f6edcc59f9560afb2 Mon Sep 17 00:00:00 2001 From: xu Date: Tue, 16 Dec 2025 14:20:54 +0800 Subject: [PATCH] =?UTF-8?q?SZX-1335=E5=9C=A8=E7=BA=BF=E8=AF=BE=E8=80=83?= =?UTF-8?q?=E8=AF=95=E6=98=BE=E7=A4=BA=E4=B8=8D=E6=AD=A3=E5=B8=B8=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Course/courseForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Course/courseForm.vue b/src/components/Course/courseForm.vue index 4dcda9ca..ff52f144 100644 --- a/src/components/Course/courseForm.vue +++ b/src/components/Course/courseForm.vue @@ -1218,7 +1218,7 @@ export default { }); this.teacherValues = tlist; this.teacherDownList = tlist; - if (this.courseInfo.tags != '') { + if (this.courseInfo.tags) { this.showTags = this.courseInfo.tags.split(','); } this.$nextTick(function() {