diff --git a/src/views/portal/course/qualityCourse.vue b/src/views/portal/course/qualityCourse.vue index d3af9fd8..e646c95e 100644 --- a/src/views/portal/course/qualityCourse.vue +++ b/src/views/portal/course/qualityCourse.vue @@ -585,9 +585,9 @@ export default { }, methods: { - isAllHotTagsSelected() { - return !this.hotTagsList.some(tag => tag.checked); - }, + // isAllHotTagsSelected() { + // return !this.hotTagsList.some(tag => tag.checked); + // }, handleClearHotTags() { // 清除所有热点标签的选中状态 this.hotTagsList.forEach(tag => {