mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
样式调整
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user