This commit is contained in:
zhaofang
2022-09-13 19:42:02 +08:00
parent 7d2df11930
commit 9a2e3a2d2e
15 changed files with 342 additions and 10 deletions

View File

@@ -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(){