mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-16 06:16:44 +08:00
教师职业照,图片移除问题
This commit is contained in:
@@ -405,7 +405,7 @@
|
||||
this.teachform.photo = res.result.photo;
|
||||
this.tearchUrl = this.fileBaseUrl + res.result.photo;
|
||||
}
|
||||
|
||||
|
||||
apiBoeTeahcer.simpleInfo(this.userInfo.sysId).then(sinfo=>{
|
||||
if(sinfo.status=='200'){
|
||||
if(sinfo.result.courses){
|
||||
@@ -420,7 +420,7 @@
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
this.teachform.expertise = res.result.expertise.split( ',' );
|
||||
let children=[];
|
||||
this.sysTypeListtear.forEach(nm =>{
|
||||
@@ -614,10 +614,12 @@
|
||||
this.tearchUrl= res.result.httpPath;
|
||||
},
|
||||
removetearchHandle(){
|
||||
this.avatarUrl='';
|
||||
this.teachform.photo = '';
|
||||
//this.$message.error('移除图片');
|
||||
this.tearchUrl='';
|
||||
this.teachform.photo = '';
|
||||
},
|
||||
removeHandle(){
|
||||
|
||||
this.avatarUrl='';
|
||||
this.form.account.avatar = '';
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user