mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-14 13:26:44 +08:00
修改跳转逻辑
This commit is contained in:
@@ -158,10 +158,10 @@ import apiUser from "@/api/system/user.js";
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
resetActive(){
|
resetActive(){
|
||||||
this.active=1;
|
// this.active=1;
|
||||||
this.follow={list:[],count:0,pageIndex:1,pageSize:10},
|
this.follow={list:[],count:0,pageIndex:1,pageSize:10},
|
||||||
this.followMe={list:[],count:0,pageIndex:1,pageSize:10},
|
this.followMe={list:[],count:0,pageIndex:1,pageSize:10},
|
||||||
this.tagTab(1);
|
this.tagTab(this.active);
|
||||||
},
|
},
|
||||||
cancel(item,idx) {
|
cancel(item,idx) {
|
||||||
let $this=this;
|
let $this=this;
|
||||||
|
|||||||
Reference in New Issue
Block a user