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] :