mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-23 17:55:37 +08:00
留言
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
</el-tab-pane>
|
||||
<el-tab-pane name="7">
|
||||
<span slot="label"><svg-icon icon-class="home-follow" style="font-size: 30px;"></svg-icon><span class="tabs-info">关注</span></span>
|
||||
<follow-list></follow-list>
|
||||
<follow-list ref="followList"></follow-list>
|
||||
</el-tab-pane>
|
||||
<el-tab-pane name="8">
|
||||
<span slot="label"><svg-icon icon-class="home-book" style="font-size: 30px;"></svg-icon><span class="tabs-info">书籍</span></span>
|
||||
@@ -125,7 +125,6 @@
|
||||
}
|
||||
this.loadMajorType();
|
||||
this.loadOrgDomain();
|
||||
console.log(this.orgDomainMap,'orgDomainMap');
|
||||
},
|
||||
methods:{
|
||||
...mapActions({
|
||||
@@ -426,7 +425,18 @@
|
||||
}
|
||||
})
|
||||
},
|
||||
handleClick(e) {
|
||||
handleClick() {
|
||||
if(this.activeName == '7') {
|
||||
this.$refs.followList.getPage();
|
||||
this.page.count = 0;
|
||||
return
|
||||
}
|
||||
if(this.activeName == '8') {
|
||||
this.page.count = 0;
|
||||
// console.log(this.$refs.followList,'this.$refs.followList');
|
||||
// this.$refs.followList.getPage();
|
||||
return
|
||||
}
|
||||
this.getList();
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user