mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
教师职业照,图片移除问题
This commit is contained in:
@@ -363,17 +363,17 @@ export default {
|
||||
},
|
||||
mounted() {
|
||||
this.upload.orgId=this.userInfo.departId;
|
||||
this.upload.orgName=this.userInfo.departName;
|
||||
this.needOrg='';
|
||||
// this.upload.orgName=this.userInfo.departName;
|
||||
// this.needOrg='';
|
||||
//console.log(this.upload.orgId,'this.upload.orgId')
|
||||
// if(this.upload.orgId){
|
||||
// apiUserBasic.getOrgInfo(this.upload.orgId).then(rs=>{
|
||||
// if(rs.status==200){
|
||||
// this.upload.orgName=rs.result.name;
|
||||
// this.needOrg='';
|
||||
// }
|
||||
// });
|
||||
// }
|
||||
if(this.upload.orgId){
|
||||
apiUserBasic.getOrgInfo(this.upload.orgId).then(rs=>{
|
||||
if(rs.status==200){
|
||||
this.upload.orgName=rs.result.name;
|
||||
this.needOrg='';
|
||||
}
|
||||
});
|
||||
}
|
||||
this.loadResOwners();
|
||||
this.getResOwnerTree().then(rs => {
|
||||
this.resOwnerListMap = rs;
|
||||
|
||||
Reference in New Issue
Block a user