From 78b8b76dc3bdbd62025725d8c3e9f8673e4f60ae Mon Sep 17 00:00:00 2001 From: 670788339 <670788339@qq.com> Date: Sun, 9 Nov 2025 16:03:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/course/qualityCourse.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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