mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +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;
|
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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user