mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
开发
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user