From c49d69dedee3c5b69664090acfbc90384ea30f36 Mon Sep 17 00:00:00 2001 From: 670788339 <670788339@qq.com> Date: Tue, 4 Nov 2025 17:35:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/course/Index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/portal/course/Index.vue b/src/views/portal/course/Index.vue index be046379..8dd22570 100644 --- a/src/views/portal/course/Index.vue +++ b/src/views/portal/course/Index.vue @@ -1033,7 +1033,7 @@ export default { ct.checked = false; }) } - this.searchData(); + this.searchData(1); }, // 清除 handleClearTags() { @@ -1072,7 +1072,7 @@ handleClearTags() { // }) // item.checked=true; - this.searchData(); + this.searchData(1); }, //点击标签 handleTagClick(item, list,type) {