From 4b92308d1d457144eaddb8b30e7837c10895f309 Mon Sep 17 00:00:00 2001 From: 670788339 <670788339@qq.com> Date: Wed, 29 Oct 2025 14:59:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E5=9C=A8=E7=BA=BF=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E5=89=8D=E5=88=9B=E5=BB=BA=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Course/courseTag.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Course/courseTag.vue b/src/components/Course/courseTag.vue index 698deb61..34b39db7 100644 --- a/src/components/Course/courseTag.vue +++ b/src/components/Course/courseTag.vue @@ -198,7 +198,6 @@ export default { this.loading = true try { - try { // 获取 typeId:取 sysTypeList 最后一个有效的值 const typeId = this.sysTypeList.length > 2 ? this.sysTypeList[2] : this.sysTypeList.length > 1 ? this.sysTypeList[1] :