Merge branch 'master-20251023-tag' into test1024

# Conflicts:
#	src/views/portal/course/Index.vue
This commit is contained in:
670788339
2025-11-04 17:46:41 +08:00

View File

@@ -1037,7 +1037,7 @@ export default {
ct.checked = false; ct.checked = false;
}) })
} }
this.searchData(); this.searchData(1);
}, },
// 清除 // 清除
handleClearTags() { handleClearTags() {
@@ -1076,7 +1076,7 @@ handleClearTags() {
// }) // })
// item.checked=true; // item.checked=true;
this.searchData(); this.searchData(1);
}, },
//点击标签 //点击标签
handleTagClick(item, list,type) { handleTagClick(item, list,type) {