mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 02:46:44 +08:00
Merge branch 'master-20251023-tag' into test1024
# Conflicts: # src/views/portal/course/Index.vue
This commit is contained in:
@@ -1037,7 +1037,7 @@ export default {
|
||||
ct.checked = false;
|
||||
})
|
||||
}
|
||||
this.searchData();
|
||||
this.searchData(1);
|
||||
},
|
||||
// 清除
|
||||
handleClearTags() {
|
||||
@@ -1076,7 +1076,7 @@ handleClearTags() {
|
||||
// })
|
||||
// item.checked=true;
|
||||
|
||||
this.searchData();
|
||||
this.searchData(1);
|
||||
},
|
||||
//点击标签
|
||||
handleTagClick(item, list,type) {
|
||||
|
||||
Reference in New Issue
Block a user