diff --git a/src/views/portal/course/qualityCourse.vue b/src/views/portal/course/qualityCourse.vue index 63901ed4..42ac03e3 100644 --- a/src/views/portal/course/qualityCourse.vue +++ b/src/views/portal/course/qualityCourse.vue @@ -600,15 +600,16 @@ export default { const checkedTags = this.hotTagsList.filter(tag => tag.checked); let tagIds = checkedTags.map(tag => tag.id).join(','); this.course.tags = tagIds; + this.$forceUpdate(); + this.searchData(type); // 强制触发stagList重新计算 - this.$nextTick(() => { - this.searchData(type); - }); + // this.$nextTick(() => { + // this.searchData(type); + // }); }, - // 改变分页 currentChange(val) { this.course.pageIndex = val