mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-15 13:56:43 +08:00
提交
This commit is contained in:
@@ -204,7 +204,6 @@
|
||||
}
|
||||
},
|
||||
mounted(){
|
||||
//console.log(this.userInfo,'this.userInfo')
|
||||
if(this.userInfo.avatar){
|
||||
this.avatarUrl = this.avatar;
|
||||
}
|
||||
@@ -212,7 +211,6 @@
|
||||
this.getInfo();
|
||||
this.getSysTypeTree().then(rs => {
|
||||
this.sysTypeListMap = rs;
|
||||
console.log(this.sysTypeListMap,'sysTypeListMap');
|
||||
});
|
||||
},
|
||||
methods:{
|
||||
@@ -222,7 +220,6 @@
|
||||
let data = res.result.map(item => item.refId);
|
||||
this.checkboxGroup = data;
|
||||
}
|
||||
console.log(res,'res');
|
||||
})
|
||||
},
|
||||
handleClick(e){
|
||||
@@ -255,16 +252,12 @@
|
||||
}),
|
||||
load(){
|
||||
userApi.detail(this.userInfo.aid).then(res=>{
|
||||
//console.log(res)
|
||||
if(res.status==200){
|
||||
//console.log(res)
|
||||
//console.log(res.result,'res.result')
|
||||
this.form=res.result
|
||||
}
|
||||
});
|
||||
},
|
||||
openAvatar(){
|
||||
//console.log(this.avatarUrl,'this.avatarUrl');
|
||||
this.dialogVisibleAvatar=true
|
||||
},
|
||||
openPassword(){
|
||||
|
||||
Reference in New Issue
Block a user