mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 20:36:43 +08:00
笔记刷新页面
This commit is contained in:
@@ -269,6 +269,9 @@
|
||||
mounted() {
|
||||
this.author = this.authorId;
|
||||
this.loadData(false);
|
||||
this.$bus.$on('noteListRefresh',(val)=>{
|
||||
this.loadData();
|
||||
})
|
||||
},
|
||||
methods: {
|
||||
loadMore() {
|
||||
|
||||
Reference in New Issue
Block a user